lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Would AptDaemon (https://launchpad.net/aptdaemon) be relevant?


On Tue, Nov 27, 2012 at 3:23 AM, Enrico Tassi <gares@fettunta.org> wrote:
On Mon, Nov 26, 2012 at 06:08:00PM +0100, Marc Balmer wrote:
> Hi
>
> Does a binding to libapt (or similar) exist, so that I can install,
> uninstall, and, update software on Debian Linux right from Lua?

No. In case you are motivated enough to write one, there are bindings
for python you could take as an example.

On my side, the only thing I did is an lpeg parser for control files,
plus some trivial algorithms to compute dependencies and draw a graph
of lua packages. If you are interested I can point you to the svn repo.

Cheers
--
Enrico Tassi