BLACK HILL SYSTEMS
Published on BLACK HILL SYSTEMS (http://www.blackhillsystems.com)

Home > Installation of Webmin Server Administration Tool

Installation of Webmin Server Administration Tool

published by admin on Sat, 04/11/2015 - 20:36

If you like to install and update Webmin via APT, edit theĀ /etc/apt/sources.listĀ file on your system and add the lines :

deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/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 to install with the commands :

apt-get update
apt-get install webmin

All dependencies should be resolved automatically.


Source URL: http://www.blackhillsystems.com/?q=node/57