Skip to content

2.2.13 Ensure SNMP Server is not installed

Audit#

Run the following command to verify snmpd is not installed:

# dpkg-query -W -f='${binary:Package}\t${Status}\t${db:Status-Status}\n' snmp
snmp unknown ok not-installed not-installed

Remediation#

Run the following command to remove snmp:

# apt purge snmp