Webmin install Ubuntu

From vpsget wiki
Jump to: navigation, search

Installing Webmin on Ubuntu from repositories:

Add repositories:

nano /etc/apt/sources.list

Add these lines to the end of file:

deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

Download and add key

cd /home
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

Update OS before install:

sudo apt-get update

Install Webmin:

sudo apt-get install webmin


""