Somebody used libapt or libept to list packages and get informations about package in a debian-like system?
Libapt is not well-documented at all, and i've found few examples and tutorials about libept. Can someone explain me best methods to
- get a list of every packages in the apt-system
- get informations about single packages (like name, version, dependences, description, etc.
- get list of files installed by a single package
Work directly with apt internal files is quite simple, but i want to use a library to respect apt specifications. Thank you in advance.