Skip to content

2.2.12 Ensure HTTP Proxy Server is not installed

Audit#

Run the following command to verify squid is not installed:

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

Remediation#

Run the following command to remove squid:

# apt purge squid