Same disclaimer as last post: This is mostly for my memory, but you’re welcome to the comments section below.
This is for Ubuntu Server 12.04 64-bit.
In order to install webmin from apt, follow these instructions, reposted here for my own convenience:
edit /etc/apt/sources.list and add to the bottom:
deb http://download.webmin.com/download/repository/ sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository/ sarge contrib
then, to add the gpg signature, run:
sudo wget http://www.webmin.com/jcameron-key.asc -O - | sudo apt-key add -
lastly, install:
sudo apt-get update sudo apt-get install webmin
If it complains about missing dependencies, first edit /etc/apt/sources.list and uncomment any lines for universe. Then, install these:
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
Coming up…even more…
Advertisements