0
How to easy install Webmin in Ubuntu
Posted by Warung Ilmu Admin on 5 October 2010 in Linux, Networking
If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line : deb http://download.webmin.com/download/repository sarge contrib You should also fetch and install my GPG key with which the repository is signed, with the commands : cd /root wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc You will now be able [...]