How to Install Webmin on Ubuntu/Debain


Written by

I wanted to use Webmin as a web-front end to configure my Ubnutu Server; as webmin isn’t in the aptitude repository so it required installing from a Debian package from their site.

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.460_all.deb
dpkg -i -y webmin_1.460_all.deb
apt-get -y install -f
rm webmin_1.460_all.deb

These commands are for a root terminal.

The Webmin being installed is an older version, change the .deb package name for the latest version.