I tried to search an open public api for getting the list of packages available in Advanced Packaging Tool (APT), but was unable to find any. Could anyone point me to the right direction. Following are my use case:
- Get the list of apt packages available
- Get a small description corresponding to the package, along with the website, if any.
- Download stats for that particular package
apt-cache
command, which has options to provide exactly what you seem to be asking for. Seeman apt-cache
– user535733 Oct 24 '18 at 15:46apturl
, and it (deliberately) doesn't do any of the actions you are asking for. It's pretty much that simple. The only remote-control apt application is Landscape, a proprietary application sold by Canonical. Most folks use SSH to login to a remote machine and use apt from there. Volume users purchase Landscape or roll their own SSH-based solutions. – user535733 Oct 24 '18 at 17:52