Percona maintains Ubuntu repos for their products. Below is process to install it quickly.
Add GPG Key
wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc
Add Repos
echo "deb http://download.webmin.com/download/repository `lsb_release -cs` contrib" >> /etc/apt/sources.list.d/percona.list echo "deb http://webmin.mirror.somersettechsolutions.co.uk/repository `lsb_release -cs` contrib" >> /etc/apt/sources.list.d/percona.list
Update
apt-get update
Install
apt-get install webmin
Start Using
By default, webmin starts on port 10000 with https. So you can open https://example.com/10000 in browser. Ignore any security warning that browser may give if example.com do not have a SSL certificate.
Login with your linux username and password only.
(Source: webmin official page)
Hey I’m not getting anything after I try to add the repos, and after updating, I get these two:
Are they at a different address now?
It looks like temporary error. Can you give it a try again?
Update on repo.
I use this instead and the repo seems to work. create new webmin.list via nano and add the two line.
nano /etc/apt/sources.list.d/webmin.list
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
then apt-get update
oh Turn on the firewall under ubuntu
ufw allow 10000/tcp
ufw disable
ufw enable