31

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?

karel
  • 122,292
  • 133
  • 301
  • 332

2 Answers2

66

As it says in the instructions:

sudo dpkg -r nomachine

See here.

Seth
  • 59,332
Jos
  • 30,529
  • 8
  • 89
  • 96
7

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
  • 119,640
SebaAxel
  • 71
  • 1
  • 1