Knowledge Base
Searching in : Article
ID: AR11O00950
Applies to: NoMachine Software
Added on: 2017-11-20
Last Update: 2022-01-21

NoMachine package labels for RPM and DEB installations

Different package name labels allow to distinguish client, node and server software.

This meets requests from our customers deploying NoMachine in large environments and needing to store packages on standard OS repositories. The packages labels for NoMachine products v. 7 and v. 6 are:

- 'nomachine' for the free edition of NoMachine

- 'nomachine-enterprise-client' for the NoMachine Enterprise Client

- 'nomachine-cloud-server' for NoMachine Cloud Server

- 'nomachine-enterprise-desktop' for NoMachine Enterprise Desktop

- 'nomachine-enterprise-terminal-server' for NoMachine Enterprise Terminal Server

- 'nomachine-terminal-server-node' for NoMachine Terminal Server Node

- 'nomachine-terminal-server' for NoMachine Terminal Server

- 'nomachine-workstation' for NoMachine Workstation

- 'nomachine-small-business-server' for NoMachine Small Business Server

 

For NoMachine packages v. 5 and 4, please read here: https://www.nomachine.com/AR09L00812

Uninstall instructions

To uninstall packages, it's necessary to specify the proper package label name.

For RPM installations:

# rpm -e <pkgName>

e.g.

# rpm -e nomachine-enterprise-client
# rpm -e nomachine-enterprise-terminal-server

TIP: to find out which NoMachine package you have installed, run the following command:

# rpm -qa | grep nomachine

 

For DEB installations:

$ sudo dpkg -r <pkgName>

e.g.

$ sudo dpkg -r nomachine-enterprise-client
$ sudo dpkg -r nomachine-enterprise-terminal-server

TIP: to find out which NoMachine package you have installed, run the following command:

$ dpkg -l | grep nomachine