Webmin install Ubuntu

From vpsget wiki
Revision as of 15:11, 7 March 2016 by Ndi (talk | contribs) (Created page with "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/repo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


""