Is there a wrapper for package managers like apt-get and yum, written in ruby?
+1
A:
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.)
Joe
2010-08-18 17:06:03
Thanks! Neither are a direct answer, but it's an excellent starting point.
Andrei Serdeliuc
2010-08-18 19:26:10