Install Webmin on Debian and Ubuntu

Using the Webmin APT repository

1) Add repository to apt-get

sudo su
nano /etc/apt/sources.list

#Webmin Repo
deb http://download.webmin.com/download/repository sarge contrib


2) Add apt key

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


3) Install software

apt-get update
apt-get install webmin

Commenti

Post popolari in questo blog

Eclipse underscore not visible

Batch Convert CSV to XLSX with LibreOffice (OpenOffice)