Dependencies problems installing VNC Server in Red Hat Enterprise Linux Server release 6.5
Clash Royale CLAN TAG#URR8PPP
I'm triying to install VNC Server
in a Red Hat Enterprise Linux Server release 6.5. I have the .rpm
of VNC Server, but it has a depedency with xterm
, which I have the .rpm
too. Trying to install xterm
it shows an error of dependencies too, this is the message:
error: Failed dependencies:
libXaw.so.7()(64bit) is needed by xterm-293-25.1.x86_64
libXmu.so.6()(64bit) is needed by xterm-293-25.1.x86_64
libXpm.so.4()(64bit) is needed by xterm-293-25.1.x86_64
These dependencies I'm not able to find them and I cannot use yum
command.
Anyone can help me to find out where I can download the suitable version for my system and tell me how to install them?
rhel rpm vnc xterm dependencies
add a comment |
I'm triying to install VNC Server
in a Red Hat Enterprise Linux Server release 6.5. I have the .rpm
of VNC Server, but it has a depedency with xterm
, which I have the .rpm
too. Trying to install xterm
it shows an error of dependencies too, this is the message:
error: Failed dependencies:
libXaw.so.7()(64bit) is needed by xterm-293-25.1.x86_64
libXmu.so.6()(64bit) is needed by xterm-293-25.1.x86_64
libXpm.so.4()(64bit) is needed by xterm-293-25.1.x86_64
These dependencies I'm not able to find them and I cannot use yum
command.
Anyone can help me to find out where I can download the suitable version for my system and tell me how to install them?
rhel rpm vnc xterm dependencies
add a comment |
I'm triying to install VNC Server
in a Red Hat Enterprise Linux Server release 6.5. I have the .rpm
of VNC Server, but it has a depedency with xterm
, which I have the .rpm
too. Trying to install xterm
it shows an error of dependencies too, this is the message:
error: Failed dependencies:
libXaw.so.7()(64bit) is needed by xterm-293-25.1.x86_64
libXmu.so.6()(64bit) is needed by xterm-293-25.1.x86_64
libXpm.so.4()(64bit) is needed by xterm-293-25.1.x86_64
These dependencies I'm not able to find them and I cannot use yum
command.
Anyone can help me to find out where I can download the suitable version for my system and tell me how to install them?
rhel rpm vnc xterm dependencies
I'm triying to install VNC Server
in a Red Hat Enterprise Linux Server release 6.5. I have the .rpm
of VNC Server, but it has a depedency with xterm
, which I have the .rpm
too. Trying to install xterm
it shows an error of dependencies too, this is the message:
error: Failed dependencies:
libXaw.so.7()(64bit) is needed by xterm-293-25.1.x86_64
libXmu.so.6()(64bit) is needed by xterm-293-25.1.x86_64
libXpm.so.4()(64bit) is needed by xterm-293-25.1.x86_64
These dependencies I'm not able to find them and I cannot use yum
command.
Anyone can help me to find out where I can download the suitable version for my system and tell me how to install them?
rhel rpm vnc xterm dependencies
rhel rpm vnc xterm dependencies
edited Apr 10 '15 at 12:17
Anthon
61k17104166
61k17104166
asked Apr 10 '15 at 11:04
AlavarosAlavaros
10314
10314
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Library "libXaw.so.7" is provided by package with name "libXaw-1.0.11-2.el6.i686".
Download and install this package and then try to install vnc package/rpm
add a comment |
Is there a reason you can't use the yum
command? Also, are you trying to install tigervnc-server? Either way, you can approach this by using either:
rpm -q --whatprovides libXaw.so.7
or yum provides libXaw.so.7
to find out what packages provide this shared object.
You should look into creating a repository from the RHEL 6.5 server install disc Create RHEL Repo. This way, resolving dependencies will become much easier, especially when they are apart of the main distro. Once you have a repository, simply run yum install tigervnc-server
I cannot useyum
command because of security. The machine where I'm currently working has not access to internet.rpm -q --whatprovides libXaw.so.7
shows this:no package provides libXaw.so.7
– Alavaros
Apr 13 '15 at 7:24
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f195460%2fdependencies-problems-installing-vnc-server-in-red-hat-enterprise-linux-server-r%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
Library "libXaw.so.7" is provided by package with name "libXaw-1.0.11-2.el6.i686".
Download and install this package and then try to install vnc package/rpm
add a comment |
Library "libXaw.so.7" is provided by package with name "libXaw-1.0.11-2.el6.i686".
Download and install this package and then try to install vnc package/rpm
add a comment |
Library "libXaw.so.7" is provided by package with name "libXaw-1.0.11-2.el6.i686".
Download and install this package and then try to install vnc package/rpm
Library "libXaw.so.7" is provided by package with name "libXaw-1.0.11-2.el6.i686".
Download and install this package and then try to install vnc package/rpm
answered Feb 7 at 8:28
SantoshSantosh
413
413
add a comment |
add a comment |
Is there a reason you can't use the yum
command? Also, are you trying to install tigervnc-server? Either way, you can approach this by using either:
rpm -q --whatprovides libXaw.so.7
or yum provides libXaw.so.7
to find out what packages provide this shared object.
You should look into creating a repository from the RHEL 6.5 server install disc Create RHEL Repo. This way, resolving dependencies will become much easier, especially when they are apart of the main distro. Once you have a repository, simply run yum install tigervnc-server
I cannot useyum
command because of security. The machine where I'm currently working has not access to internet.rpm -q --whatprovides libXaw.so.7
shows this:no package provides libXaw.so.7
– Alavaros
Apr 13 '15 at 7:24
add a comment |
Is there a reason you can't use the yum
command? Also, are you trying to install tigervnc-server? Either way, you can approach this by using either:
rpm -q --whatprovides libXaw.so.7
or yum provides libXaw.so.7
to find out what packages provide this shared object.
You should look into creating a repository from the RHEL 6.5 server install disc Create RHEL Repo. This way, resolving dependencies will become much easier, especially when they are apart of the main distro. Once you have a repository, simply run yum install tigervnc-server
I cannot useyum
command because of security. The machine where I'm currently working has not access to internet.rpm -q --whatprovides libXaw.so.7
shows this:no package provides libXaw.so.7
– Alavaros
Apr 13 '15 at 7:24
add a comment |
Is there a reason you can't use the yum
command? Also, are you trying to install tigervnc-server? Either way, you can approach this by using either:
rpm -q --whatprovides libXaw.so.7
or yum provides libXaw.so.7
to find out what packages provide this shared object.
You should look into creating a repository from the RHEL 6.5 server install disc Create RHEL Repo. This way, resolving dependencies will become much easier, especially when they are apart of the main distro. Once you have a repository, simply run yum install tigervnc-server
Is there a reason you can't use the yum
command? Also, are you trying to install tigervnc-server? Either way, you can approach this by using either:
rpm -q --whatprovides libXaw.so.7
or yum provides libXaw.so.7
to find out what packages provide this shared object.
You should look into creating a repository from the RHEL 6.5 server install disc Create RHEL Repo. This way, resolving dependencies will become much easier, especially when they are apart of the main distro. Once you have a repository, simply run yum install tigervnc-server
answered Apr 10 '15 at 15:05
matosc15matosc15
1
1
I cannot useyum
command because of security. The machine where I'm currently working has not access to internet.rpm -q --whatprovides libXaw.so.7
shows this:no package provides libXaw.so.7
– Alavaros
Apr 13 '15 at 7:24
add a comment |
I cannot useyum
command because of security. The machine where I'm currently working has not access to internet.rpm -q --whatprovides libXaw.so.7
shows this:no package provides libXaw.so.7
– Alavaros
Apr 13 '15 at 7:24
I cannot use
yum
command because of security. The machine where I'm currently working has not access to internet. rpm -q --whatprovides libXaw.so.7
shows this: no package provides libXaw.so.7
– Alavaros
Apr 13 '15 at 7:24
I cannot use
yum
command because of security. The machine where I'm currently working has not access to internet. rpm -q --whatprovides libXaw.so.7
shows this: no package provides libXaw.so.7
– Alavaros
Apr 13 '15 at 7:24
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f195460%2fdependencies-problems-installing-vnc-server-in-red-hat-enterprise-linux-server-r%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