homehowtokbslinksaboutcontactprojectsmusic

Index > Help Tutorials > Install Webmin form Command Line
Add the webmin sources to system repository
echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
echo "deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib" >> /etc/apt/sources.list
Import the GPL key
sudo wget http://www.webmin.com/jcameron-key.asc
Install the key
sudo apt-key add jcameron-key.asc
Update the packages
sudo apt-get update
Install webmin as a regular package
sudo apt-get install webmin -y