how to uninstall the ncpa in linux

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
grayloglearn
Posts: 222
Joined: Thu Jul 06, 2017 8:55 am

how to uninstall the ncpa in linux

Post by grayloglearn »

Hi team,

How to uninstall the ncpa in linux servers with out removing the another packages.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: how to uninstall the ncpa in linux

Post by npolovenko »

Hello, @grayloglearn. The process of uninstalling NCPA is going to depend on the OS you're using. Usually, the command is:

Code: Select all

yum remove ncpa
But it also could be:

Code: Select all

sudo apt remove ncpa
Then I'd run the installation script with --help flag to see if there's a way to install it without dependencies using --no-deps or a similar argument.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked