0

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.

BDM
  • 328
  • 2
  • 11

1 Answers1

1

Are you looking for the deb_packages table?

apps is macOS specific, as it enumerates the macOS Applications.

seph
  • 813
  • 6
  • 16