Here are the commands to install Webmin via Yum:
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
Thank so much for this guide to installing Webmin via yum; never would’ve gotten it done otherwise!
My site is like chocolate…………. you finish the line.
Thanks for a great script!
Worked right out of the box.
Pete
this helped me very much. thanks a lot.
When I run your first command: echo -e “[Webmin]\nname=Webmin Distribution Neutral\nbaseurl=http://download.webmin.com/download/yum\nenabled=1″ > /etc/yum.repos.d/webmin.repo, I get an error “bash: /etc/yum.repos.d/webmin.repo: Permission denied”
Thanks a Lot for Help. Nice Blogs
Hey mate, I installed Webmin according to the directions given, but now I can’t seem to open in my browser even if I give https://ip:10000/
Could you help me out?
Never mind mate, got the solution, it should be http://ip:10000/
Awesome blog, thanks.
Thanks. Commands worked great with RHEL 5.3 Enterprise.
Cheers for this!