VNC Viewer not installing in ubuntu
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.
16.04 vnc executable
|
show 1 more comment
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.
16.04 vnc executable
Please post result ofls -l VNC-Viewer-6.0.2-Linux-x64
– George Udosen
Apr 1 '17 at 6:59
64 -rw-rw-r-- 1 john john 6723160 Mar 23 16:55 VNC-Viewer-6.0.2-Linux-x64
– John
Apr 1 '17 at 7:01
Do thischmod +x VNC-Viewer-6.0.2-Linux-x64
, then try to install
– George Udosen
Apr 1 '17 at 7:05
@George Thank you very much worked like a charm.Can you explain what was causing the error?
– John
Apr 1 '17 at 7:10
You were supposed to make the file an executable file before using it. Glad it worked please accept my answer :)
– George Udosen
Apr 1 '17 at 7:11
|
show 1 more comment
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.
16.04 vnc executable
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.
16.04 vnc executable
16.04 vnc executable
edited Apr 1 '17 at 6:56
George Udosen
20.7k94569
20.7k94569
asked Apr 1 '17 at 6:51
JohnJohn
18113
18113
Please post result ofls -l VNC-Viewer-6.0.2-Linux-x64
– George Udosen
Apr 1 '17 at 6:59
64 -rw-rw-r-- 1 john john 6723160 Mar 23 16:55 VNC-Viewer-6.0.2-Linux-x64
– John
Apr 1 '17 at 7:01
Do thischmod +x VNC-Viewer-6.0.2-Linux-x64
, then try to install
– George Udosen
Apr 1 '17 at 7:05
@George Thank you very much worked like a charm.Can you explain what was causing the error?
– John
Apr 1 '17 at 7:10
You were supposed to make the file an executable file before using it. Glad it worked please accept my answer :)
– George Udosen
Apr 1 '17 at 7:11
|
show 1 more comment
Please post result ofls -l VNC-Viewer-6.0.2-Linux-x64
– George Udosen
Apr 1 '17 at 6:59
64 -rw-rw-r-- 1 john john 6723160 Mar 23 16:55 VNC-Viewer-6.0.2-Linux-x64
– John
Apr 1 '17 at 7:01
Do thischmod +x VNC-Viewer-6.0.2-Linux-x64
, then try to install
– George Udosen
Apr 1 '17 at 7:05
@George Thank you very much worked like a charm.Can you explain what was causing the error?
– John
Apr 1 '17 at 7:10
You were supposed to make the file an executable file before using it. Glad it worked please accept my answer :)
– George Udosen
Apr 1 '17 at 7:11
Please post result of
ls -l VNC-Viewer-6.0.2-Linux-x64
– George Udosen
Apr 1 '17 at 6:59
Please post result of
ls -l VNC-Viewer-6.0.2-Linux-x64
– George Udosen
Apr 1 '17 at 6:59
64 -rw-rw-r-- 1 john john 6723160 Mar 23 16:55 VNC-Viewer-6.0.2-Linux-x64
– John
Apr 1 '17 at 7:01
64 -rw-rw-r-- 1 john john 6723160 Mar 23 16:55 VNC-Viewer-6.0.2-Linux-x64
– John
Apr 1 '17 at 7:01
Do this
chmod +x VNC-Viewer-6.0.2-Linux-x64
, then try to install– George Udosen
Apr 1 '17 at 7:05
Do this
chmod +x VNC-Viewer-6.0.2-Linux-x64
, then try to install– George Udosen
Apr 1 '17 at 7:05
@George Thank you very much worked like a charm.Can you explain what was causing the error?
– John
Apr 1 '17 at 7:10
@George Thank you very much worked like a charm.Can you explain what was causing the error?
– John
Apr 1 '17 at 7:10
You were supposed to make the file an executable file before using it. Glad it worked please accept my answer :)
– George Udosen
Apr 1 '17 at 7:11
You were supposed to make the file an executable file before using it. Glad it worked please accept my answer :)
– George Udosen
Apr 1 '17 at 7:11
|
show 1 more comment
2 Answers
2
active
oldest
votes
The process involves two steps:
Download the needed files from here or any other location.
Then make file
executable
with:
chmod +x VNC-Viewer-6.0.2-Linux-x64
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:
https://www.realvnc.com/download/viewer/linux/
Yeah and good luck getting an icon in the damn launcher
– wayofthefuture
Sep 7 '17 at 20:43
add a comment |
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?
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f899072%2fvnc-viewer-not-installing-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The process involves two steps:
Download the needed files from here or any other location.
Then make file
executable
with:
chmod +x VNC-Viewer-6.0.2-Linux-x64
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:
https://www.realvnc.com/download/viewer/linux/
Yeah and good luck getting an icon in the damn launcher
– wayofthefuture
Sep 7 '17 at 20:43
add a comment |
The process involves two steps:
Download the needed files from here or any other location.
Then make file
executable
with:
chmod +x VNC-Viewer-6.0.2-Linux-x64
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:
https://www.realvnc.com/download/viewer/linux/
Yeah and good luck getting an icon in the damn launcher
– wayofthefuture
Sep 7 '17 at 20:43
add a comment |
The process involves two steps:
Download the needed files from here or any other location.
Then make file
executable
with:
chmod +x VNC-Viewer-6.0.2-Linux-x64
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:
https://www.realvnc.com/download/viewer/linux/
The process involves two steps:
Download the needed files from here or any other location.
Then make file
executable
with:
chmod +x VNC-Viewer-6.0.2-Linux-x64
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:
https://www.realvnc.com/download/viewer/linux/
edited Apr 1 '17 at 12:02
answered Apr 1 '17 at 7:12
George UdosenGeorge Udosen
20.7k94569
20.7k94569
Yeah and good luck getting an icon in the damn launcher
– wayofthefuture
Sep 7 '17 at 20:43
add a comment |
Yeah and good luck getting an icon in the damn launcher
– wayofthefuture
Sep 7 '17 at 20:43
Yeah and good luck getting an icon in the damn launcher
– wayofthefuture
Sep 7 '17 at 20:43
Yeah and good luck getting an icon in the damn launcher
– wayofthefuture
Sep 7 '17 at 20:43
add a comment |
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?
add a comment |
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?
add a comment |
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?
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?
answered Jan 16 at 18:59
jozxyqkjozxyqk
605617
605617
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f899072%2fvnc-viewer-not-installing-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please post result of
ls -l VNC-Viewer-6.0.2-Linux-x64
– George Udosen
Apr 1 '17 at 6:59
64 -rw-rw-r-- 1 john john 6723160 Mar 23 16:55 VNC-Viewer-6.0.2-Linux-x64
– John
Apr 1 '17 at 7:01
Do this
chmod +x VNC-Viewer-6.0.2-Linux-x64
, then try to install– George Udosen
Apr 1 '17 at 7:05
@George Thank you very much worked like a charm.Can you explain what was causing the error?
– John
Apr 1 '17 at 7:10
You were supposed to make the file an executable file before using it. Glad it worked please accept my answer :)
– George Udosen
Apr 1 '17 at 7:11