LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Package requires earlier version of an installed package (https://www.linuxquestions.org/questions/linux-software-2/package-requires-earlier-version-of-an-installed-package-853200/)

Doug Hutcheson 12-30-2010 03:07 AM

Package requires earlier version of an installed package
 
Trying to yum install http://sourceforge.net/projects/spee...6.1.x86_64.rpm, but it complained that it needed libqt4 < 4.7.0. Tried using --skip-broken, but of course that didn't work.

Any solution, short of installing from source? I don't really want to do that if I can help it.

Happy New Year,
Doug

tshikose 12-30-2010 10:03 AM

Hi,

Try this
rpm -ivh --test --force --aid --nodeps http://sourgeforge.net/...rpm
then, if you are ok with it
rpm -ivh --force --aid --nodeps http://sourgeforge.net/...rpm

Regards,

Tshimanga.

knudfl 12-30-2010 10:49 AM

The package works OK on Fedora 14 ( tested so far with i386.)

This will do : # rpm -Uvh --nodeps simon-0.3.0-56.1.<arch>.rpm


..

Doug Hutcheson 12-30-2010 09:55 PM

Thank you, Tshimanga. I was a bit nervous of using --force, until I knew a bit more about the problem
Quote:

Originally Posted by knudfl (Post 4207930)
This will do : # rpm -Uvh --nodeps simon-0.3.0-56.1.<arch>.rpm

Of course! (slaps forehead). I had to install portaudio as a dependency first, then ran rpm with --nodeps and it installed fine.

Thank you both for taking the time to reply. Happy New Year.

Cheers,
Doug


All times are GMT -5. The time now is 10:50 AM.