Installing Webmin in Ubuntu is not slightly different to debian win thanks to Webmin’s reliance on a deprecated PERL package (an MD5 wrapper to be exact) that Ubuntu and the like just don’t want to include any more, but never fear, following these steps one by one will have you up and running in absolutely no time!
Before installing webmin we must first Install the dependencies, login to your server as root and issue the following command.
sudo aptitude -y install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl apt-show-versions libapt-pkg-perl
While most of the packages above will all successfully install, you may get an error message that reads something like this:
Couldn’t find any package whose name or description matched “libmd5-perl”
The next step is then obviously to manually grab it and install it.
Run the following:
wget http://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/libm/libmd5-perl/libmd5-perl_2.03-1_all.deb
followed by
All right, all set. Go to webmin’s home page and download the latest Debian package version which at time of writing is webmin_1.550_all.deb
FTP this file to your server to /home directory
Go to folder /home where you sent the webmin file
now type the following ( if version has changed adjust accordingly )
All done. You should now be able to run the webmin web manager from another PC by hitting
Login as root to start using the benefits of webmin to manage your server.
Have Fun !!!

