Hello Linux Geeksters. As you may know, Webmin is a browser-based configuration tool for Linux systems. By using it, you can easily manage user accounts, disk quotas, services, configuration files, manage Apache servers, DNS, file sharing and other things. It is quite a useful admin tool.
The latest version available is Webmin 1.7.20, which has been released a while ago, coming with a new bootstrap-based theme.
In this article I will show you how to install Webmin 1.7.20 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Deepin 2014, Linux Lite 2.0, LXLE 14.04, Peppermint Five and other Ubuntu derivative systems.
Because it is available via repository, installing Webmin 1.7.20 on Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivative systems is easy. All you have to do is add the repositories to your system, download and export the key, update the local repository index and install the webmin package. Like this:
$ sudo add-apt-repository 'deb http://download.webmin.com/download/repository sarge contrib'
$ sudo add-apt-repository 'deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib'
$ wget http://www.webmin.com/jcameron-key.asc
$ sudo apt-key add jcameron-key.asc
$ rm jcameron-key.asc
$ sudo apt-get update
$ sudo apt-get install webmin
After the installation is complete, to access Webmin, type https://localhost:10000 in your internet browser.