Skip to content

2.2.11 Ensure Samba is not installed

Audit#

Run the following command to verify samba is not installed:

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

Remediation#

Run the following command to remove samba:

# apt purge samba