Page 1 of 1

how to uninstall the ncpa in linux

Posted: Mon Feb 05, 2018 9:27 am
by grayloglearn
Hi team,

How to uninstall the ncpa in linux servers with out removing the another packages.

Re: how to uninstall the ncpa in linux

Posted: Mon Feb 05, 2018 11:00 am
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.