M BUZZ CRAZE NEWS
// news

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:

error message

when I try to search no applications are found.I could not figure what is wrong here.Any help is appreciated.

6

2 Answers

The process involves two steps:

  1. Download the needed files from here or any other location.

  2. Then make file executable with:

    chmod +x VNC-Viewer-6.0.2-Linux-x64
  3. Then move it to say your home directory and 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:

1

There 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?

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy