How To Install Webmin on Fedora With Yum

Create the file /etc/yum.repos.d/webmin.repo
with the following content:
1 2 3 4 5 |
[Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 |
Then, run the following RPM command:
rpm --import http://www.webmin.com/jcameron-key.asc
-or-
1 2 |
wget http://www.webmin.com/jcameron-key.asc rpm --import jcameron-key.asc |
Finally, of course, do the actual hyper-easy install:
1 |
yum install webmin |
Leave Your Comment
All fields marked with "*" are required.