nick
09/16/2019, 5:02 AMseph
09/16/2019, 1:27 PMdpkg
will work on downloaded packages on local disk. apt-get
works against package repositories.
The package file is named osquery_4.0.2_1.linux.amd64.deb
, but the package itself is named osquery
.
So if you’re trying to download from a configured repository. you’d want apt-get install osquery
. If you’re installing from a downloaded file, you’d use dpkg --install ./path/to/osquery_4.0.2_1.linux.amd64.deb