views:

37

answers:

1

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
Thanks! Neither are a direct answer, but it's an excellent starting point.
Andrei Serdeliuc