How to Install Webmin on Ubuntu 
Tutorial: How to Install Webmin on Ubuntu
Hits: 425 | Vote: 17
Step 1. Installing Required Modules
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Step 2. Download latest Webmin
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.480_all.deb
Step 3. Unpack and Install Webmin
sudo dpkg -i webmin_1.480_all.deb
If there is missing library, try:
sudo apt- get install -f
That's it you are done. Go to Webmin URL: https://localhost:10000/
Tested on: Ubuntu 9.04 (jaunty)
Related Tutorials