First you will need to download the package:
<code>wget http://prdownloads.sourceforge.net/webadmin/webmin_1.760_all.deb</code>
Then you will need to extract and install the package:
<code>dpkg --install webmin_1.760_all.deb</code>
Ubuntu will complain about missing dependences, so you will need to issue this:
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
<code>apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python</code>
This info was taken from the instructions provided from [http://www.webmin.com/deb.html Webmin Debian Install]
[[Category:Ubuntu Server]]