Updates

HyperSec Collector Updates

Updates are provided through a curated APT repository.

To check for available updates, refresh the package listings:

sudo apt update

To see which packages are available to update, run the command:

sudo apt list --upgradable

To apply all available updates, run the command:

sudo apt upgrade

Last updated