nxproxy command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nxproxy: command not found
or when using sudo you get the following error message
sudo: nxproxy: command not found
Solutions to nxproxy: command not found
How To Fix nxproxy: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nxproxy is provided by nxproxy package.
nxproxy is:
NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when using X applications over a network, especially a slow one.
This package provides the NX proxy (client) binary.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nxproxy
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nxproxy.
sudo apt -y install nxproxy
Or if you have aptitude installed you can use the following command.
sudo aptitude install nxproxy
Summary
In this tutorial we learn how to fix nxproxy command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.