SV-261887r1000666_rule
V-261887
SRG-APP-000141-DB-000092
CD16-00-003300
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 8/9 Systems
$ sudo dnf list installed | grep postgres
# RHEL/CENT 7 Systems
$ sudo yum list installed | grep postgres
# Debian Systems
$ dpkg --get-selections | grep postgres
If any of the packages installed not required, this is a finding.
V-261887
False
CD16-00-003300
To list all installed packages, as the system administrator, run the following:
# RHEL/CENT 8/9 Systems
$ sudo dnf list installed | grep postgres
# RHEL/CENT 7 Systems
$ sudo yum list installed | grep postgres
# Debian Systems
$ dpkg --get-selections | grep postgres
If any of the packages installed not required, this is a finding.
M
5598