Is there a wrapper for package managers like apt-get and yum, written in ruby?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Libept may be a good place to start for an apt-ruby interface. (It’s also been discussed in this question.)
Also, while it’s maybe not exactly what you’re after, Cobbler and Func provide some pretty interesting functionality you can build on top of. (In particular, Func provides a Python API to yum.)