1
vote
How to use libapt (or libept) in debian-like system to list packages and get their infos?
Take a look at how apt-cache(8) is implemented. Obtaining the source with apt is easy:
# apt-get source apt
In the source file cmdline/apt-cache.cc th …
