30

I want to remove 'NOMACHINE' from my computer, but I can't see it in software manage. I tried to delete the files but, some are locked.

How should I proceed?

Seth
  • 58,122

2 Answers2

62

As it says in the instructions:

sudo dpkg -r nomachine

See here.

Seth
  • 58,122
Jos
  • 29,224
6

The uninstall instructions are on NoMachine web (https://www.nomachine.com/DT02O00124#2.4):

UNINSTALL

sudo /usr/NX/scripts/setup/nxserver --uninstall

then, remove the installation dir:

sudo rm -rf /usr/NX
Eliah Kagan
  • 117,780