Looking for WGET on Ubuntu 8.1
First is to get Webmin up and running, but from what I can tell I, need WGET to do so(?)…
Thanks in advance for any pointers
6 Replies
sudo apt-get install wget
If you get an error about permissions then login as a super user and run the following command:
apt-get install wget
At this point you should be up and running…
Thanks,
Smark
That's great - thanks
thanks to smark I'm in webmin and the user list has the first entry as;
Username User ID Group Real name Home directory Shell
root 0 root root /root /bin/bash
I would've assumed this first guy would have su powers - but I think I read earlier today something about Ubuntu not making the first user one with complete su powers (?) - which might explain why using using "sudo" worked in this instance
first user you create in Ubuntu = user id 1000 = not superuser.
root doesn't need to sudo anything. Other users need to use sudo in order to do what only root can do.