Install Webmin in CentOS 6, RHEL 6
Install the Webmin Repository
# vi /etc/yum.repos.d/webmin.repo
input following lines,
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
quit by saving ":wq"
# rpm --import http://www.webmin.com/jcameron-key.asc
# yum install webmin
That should do the trick!!!
No comments:
Post a Comment