SV-214128r508027_rule
V-214128
SRG-APP-000141-DB-000092
PGS9-00-009200
CAT II
10
To remove any unneeded executables, as the system administrator, run the following:
# RHEL/CENT Systems
$ sudo yum erase <package_name>
# Debian Systems
$ sudo apt-get remove <package_name>
To list all installed packages, as the system administrator, run the following:
# RHEL/CENT Systems
$ sudo yum list installed | grep postgres
# Debian Systems
$ dpkg --get-selections | grep postgres
If any packages are installed that are not required, this is a finding.
V-214128
False
PGS9-00-009200
To list all installed packages, as the system administrator, run the following:
# RHEL/CENT Systems
$ sudo yum list installed | grep postgres
# Debian Systems
$ dpkg --get-selections | grep postgres
If any packages are installed that are not required, this is a finding.
M
3994