Is there a wrapper for package managers like apt-get and yum, written in ruby?
Asked
Active
Viewed 311 times
1 Answers
1
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.)

Community
- 1
- 1

Joseph Weissman
- 5,697
- 5
- 46
- 75
-
Thanks! Neither are a direct answer, but it's an excellent starting point. – Andrei Serdeliuc ॐ Aug 18 '10 at 19:26