VNC Viewer not installing in ubuntu
By Jessica Wood •
I installed ubuntu in my virtual machine (Oracle Virtual box) and when i try to install VNC Viewer then it shows:
when I try to search no applications are found.I could not figure what is wrong here.Any help is appreciated.
62 Answers
The process involves two steps:
Download the needed files from here or any other location.
Then make file
executablewith:chmod +x VNC-Viewer-6.0.2-Linux-x64Then move it to say your
home directoryand run it from there, or any other location:mv VNC-Viewer-6.0.2-Linux-x64 ~/ ./VNC-Viewer-6.0.2-Linux-x64
Note: You don't install you just run it.
Source:
1There are many VNC clients. Some have the same vncviewer executable. One is TigerVNC which is available in the package manager:
sudo apt install tigervnc-viewer
vncviewer <ip>:<display/port>See also: Best VNC/remote desktop application?