Issue
I'm looking to generate lists of apt package versions for specific packages, like sudo,ssh, etc. OSQuery seems to have an option to generate this with rpm_packages however I can find no mention of apt_packages.
I don't mean apt_sources, and the apps table appears to be a MacOS only thing.
I might be just missing a table listing versions of binaries.
Solution
Are you looking for the deb_packages
table?
apps
is macOS specific, as it enumerates the macOS Applications.
Answered By - seph