On Wed, Sep 11, 2019 at 01:23:20PM -0500, Matt Zagrabelny wrote: > I was hoping to have some sort of package I could install on each system I > admin. There would be a script or something that would keep a database > updated of what is happening with packages on that system.
The closest equivalent of that is dpkg's log files. /var/log/dpkg.log* You could write something that parses them and stores information in an sqlite database, or whatever. I don't know of any existing implementations.