September 2018
Intermediate to advanced
304 pages
6h 35m
English
Uninstalling Nessus on Linux is done as follows:
In order to determine the package name of Nessus, which is to be uninstalled, use the following commands for the different platforms:
# rpm -qa | grep Nessus
# dpkg -l | grep Nessus
# pkg_info | grep Nessus
Use the package info obtained from the preceding commands as the input to the following package removal commands for the respective platforms:
# rpm -e <Package Name>
Read now
Unlock full access