There's more…

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>
# dpkg -r <package name>
# pkg delete <package name>

Remove the Nessus directory to delete any other files present using the commands mentioned here:

# rm -rf /opt/nessus
# rm -rf /usr/local/Nessus

If you face any issues during the removal of Nessus, stop the Nessus daemon and try removing the files again.

Perform the following steps to uninstall Nessus on macOS:

  1. Navigate to System Preferences and select Nessus
  2. Select the lock option
  3. Enter the username and password
  4. Select the Stop Nessus button

 Remove the following Nessus directories, subdirectories, or files:

Removal of these files will ensure that the software is completely uninstalled from the machine.