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.
- Added the awesome new Authentic Theme by Ilia Rostovtsev!
- More German translation updates, thanks to Raymond Vetter, >Norwegian updates, thanks to Stein-Aksel Basma, and Catalan translation updates from Jaume Badiella.
- Added support for editing DMARC DNS records, which are specially encoded TXT records for defining the response to SPF and DKIM violations.
- Added an option to use an SSL connection when Webmin sends email, for connecting to remote mail servers like Gmail that don’t allow unencrypted SMTP.
- Added module access control options to limit visible system status information on a per-user basis.
- Added a button to reload the Postfix configuration.
In this article I will show you how to install Webmin 1.740 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite, Debian, SparkyLinux, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.
Follow the instructions for your system exactly, in order to get a successful installation
How to install Webmin 1.740 on Ubuntu, Debian and derivative systems:
$ sudo apt-get install gdebi
$ wget sourceforge.net/projects/webadmin/files/webmin/1.740/webmin_1.740_all.deb
$ sudo gdebi webmin_1.740_all.deb
Optional, to remove webmin, do:
$ sudo apt-get remove webmin
How to install Webmin 1.740 on Fedora and CentOS systems:
$ wget http://prdownloads.sourceforge.net/webadmin/webmin-1.740-1.noarch.rpm
$ sudo yum localinstall webmin-1.740-1.noarch.rpm
Optional, to remove Webmin, do:
$ sudo yum remove webmin
How to install Webmin 1.740 on OpenSUSE systems:
$ wget http://prdownloads.sourceforge.net/webadmin/webmin-1.740-1.noarch.rpm
$ sudo zypper install webmin-1.740-1.noarch.rpm
Optional, to remove Webmin, do:
$ sudo zypper remove webmin
How to install Webmin 1.74- on Mageia and OpenMandriva systems:
$ wget http://prdownloads.sourceforge.net/webadmin/webmin-1.740-1.noarch.rpm
$ sudo urpmi webmin-1.740-1.noarch.rpm
Optional, to remove Webmin, do:
$ sudo urpme webmin
After the installation is complete, to access Webmin, type https://localhost:10000 in your internet browser.
Leave a Reply