Post

Installing Webmin with YUM (CentOS,RHEL)

Here are the commands to install Webmin via Yum:

1
2
3
echo -e "[Webmin]\nname=Webmin Distribution Neutral\nbaseurl=http://download.webmin.com/download/yum\nenabled=1" > /etc/yum.repos.d/webmin.repo
rpm --import http://www.webmin.com/jcameron-key.asc
yum install webmin
This post is licensed under CC BY 4.0 by the author.