1

Is there a wrapper for package managers like apt-get and yum, written in ruby?

Andrei Serdeliuc ॐ
  • 5,828
  • 5
  • 39
  • 66

1 Answers1

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