Webmin and Usermin can be installed and updated directly through YUM. To achieve this, we need to setup manually the repository.
First, create the .repo file for YUM :
1 |
vi /etc/yum.repos.d/webmin.repo |
Copy, paste and save the following :
1 2 3 4 |
[Webmin] name=Webmin Distribution Neutral#baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 |
Save the PGP key :
1 |
wget http://www.webmin.com/jcameron-key.asc |
Import the key :
1 |
rpm --import jcameron-key.asc |
You are now all set to install the software :
1 2 |
yum install webmin yum install usermin |
(Packages will be automatically updated each time you run a “yum update”)