Skip to content

1.2.2.1 Ensure updates, patches, and additional security software are installed

Audit#

Verify there are no updates or patches to install:

# apt update
# apt -s upgrade

Remediation#

Run the following command to update all packages following local site policy guidance on applying updates and patches:

# apt update
# apt upgrade
- OR -
# apt dist-upgrade