Chris Schuld's Blog

personal musings on the composition of software

Written By: Chris Schuld Saturday, November 14th, 2009

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
Categories: CentOS5

5 Responses to " Installing Webmin with YUM (CentOS,RHEL) "

  1. Dave Nabors says:

    Thank so much for this guide to installing Webmin via yum; never would’ve gotten it done otherwise!

  2. Pete Gandy says:

    My site is like chocolate…………. you finish the line.

    Thanks for a great script!
    Worked right out of the box.

    Pete

  3. Amir says:

    this helped me very much. thanks a lot.

  4. Igor Ganapolsky says:

    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”

  5. Maddy says:

    Thanks a Lot for Help. Nice Blogs :)

Leave a Reply

About Chris

Chris Schuld

Thank you for visiting my website. I use this site for a myriad of things: maintaining software I have open sourced, connecting with my readers and friends and documenting all of this little things "I wished I would have written down." You can read more about me or contact me.


thanks for visiting... happy coding

Recent Comments