LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Unresolvable Dependencies installing ncl and ncl-common (https://www.linuxquestions.org/questions/red-hat-31/unresolvable-dependencies-installing-ncl-and-ncl-common-799894/)

rodyz 04-04-2010 02:19 AM

Unresolvable Dependencies installing ncl and ncl-common
 
Description of problem:

I try to install ncl-5.1.1-3.el5.x86_64.rpm.
Missing Dependency: ncl-common = 5.1.1-3.el5 is needed by package ncl-5.1.1-3.el5.x86_64 (/ncl-5.1.1-3.el5.x86_64)
I try to install ncl-common-5.1.1-3.el5.x86_64.rpm
Missing Dependency: ncl = 5.1.1-3.el5 is needed by package ncl-common-5.1.1-3.el5.x86_64 (/ncl-common-5.1.1-3.el5.x86_64)
So the cat is biting into its tail, as we say in Germany.

(System: RHEL 5.4 64 bit in virtualbox 3.1.4 on xp host)
Any suggestions very appreciated.

TIA rodyz

knudfl 04-04-2010 03:22 AM

1) su
2) yum install ncl

ncl , ncl-common : The EPEL repo https://fedoraproject.org/wiki/EPEL

https://fedoraproject.org/wiki/EPEL/FAQ#howtouse
.....

Two packages depending on each other : quite common,
and no problem : Please always use "chain install" ..
# rpm -Uvh <package> <package>
.....

DrLove73 04-04-2010 06:47 AM

or
Code:

yum localinstall ncl-5.1.1-3.el5.x86_64.rpm ncl-common-5.1.1-3.el5.x86_64.rpm
for files in current directory (not part of any repository).

rodyz 04-04-2010 12:26 PM

knudfl:
Thanks a lot. I had found already the EPEL repo and downloaded the packages, but did not know anything about the tool EPEL. It worked.

Dr.Love:
Your command line would have worked, but there were some more missing dependencies, I had not mentioned.

Thanks again both of you for your fast reply.

DrLove73 04-04-2010 04:05 PM

Quote:

Originally Posted by rodyz (Post 3923944)
knudfl:
Thanks a lot. I had found already the EPEL repo and downloaded the packages, but did not know anything about the tool EPEL. It worked.

Dr.Love:
Your command line would have worked, but there were some more missing dependencies, I had not mentioned.

Thanks again both of you for your fast reply.

If dependencies were in active repositories on your system, yum would install them automatically. Only if they are not in active repositories "yum localinstall" fails. Just FYI.


All times are GMT -5. The time now is 06:23 AM.