Submitted by patrick on Wed, 03/18/2009 - 20:25
Simply:
- Copy the URL to the latest Debian version at http://webmin.com/download.html
- Run "wget [URL]" from your command line, replacing "[URL]" with the URL you got from the Webmin site (e.g., http://prdownloads.sourceforge.net/webadmin/webmin_1.460_all.deb).
- run "dpkg -i [the file you just downloaded]"
- If you get an error saying that webmin depends on other modules not yet installed, install them: sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl (include any others that were listed as well)
- Webmin will then automatically install itself because it was waiting for you to do what you did in the previous step - pretty smart huh?
- If for some reason webmin did not auto-install, just run "dpkg -i [file you downloaded]" again.
|
Post new comment