LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-17-2004, 08:06 AM   #1
dingo_aus
LQ Newbie
 
Registered: May 2004
Distribution: Mandriva 2005 LE
Posts: 16

Rep: Reputation: 0
using yum to install rpms - how?


I'm having trouble running GtkRadiant1.4

I ran the "run" installer for it and it tells me:

./radiant.x86: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory

so I go and download the needed rpm and try

rpm -ivh libgtkglext-x11-1.0_0-1.0.6-1.i686.rpm

and it gives me:

warning: libgtkglext-x11-1.0_0-1.0.6-1.i686.rpm: V3 DSA signature: NOKEY, key ID 4e98ab9a
error: Failed dependencies:
libGL.so.1(LIBGL) is needed by libgtkglext-x11-1.0_0-1.0.6-1


Then I try to use yum with:

yum install libgtkglext-x11-1.0_0-1.0.6-1.i686.rpm

and it goes through heaps of rpms and then tells me:

Cannot find a package matching libgtkglext-x11-1.0_0-1.0.6-1.i686.rpm
No actions to take

How do I get yum to see my rpm OR how do I get rpm to see libGL.so.1 ?

BTW I'm running RH9
 
Old 05-17-2004, 09:11 AM   #2
ElPuello
Member
 
Registered: Apr 2004
Location: Copenhagen, Denmark
Distribution: Gentoo + Debian PPC
Posts: 44

Rep: Reputation: 15
try to type "yum install gtkglext-devel" or find the gtkglext-devel package in rom somewhere outthere. something with lib in front of it is usually in the -devel package.

Remember, when using yum, never put in version names (libgtkglext-x11-1.0_0-1.0.6-1.i686.rpm ). For instance, if you wanted gtk, you should just type yum install gtk not yum install gtk-2.6.i386.rpm or whatever.

Hope this clears up some issues.
 
Old 05-17-2004, 05:59 PM   #3
dingo_aus
LQ Newbie
 
Registered: May 2004
Distribution: Mandriva 2005 LE
Posts: 16

Original Poster
Rep: Reputation: 0
How do you know which name to type?

ie How do I know what to point yum at?
 
Old 05-18-2004, 04:58 AM   #4
ElPuello
Member
 
Registered: Apr 2004
Location: Copenhagen, Denmark
Distribution: Gentoo + Debian PPC
Posts: 44

Rep: Reputation: 15
You can type "yum list" to see all availble packages. (If you are using the terminals, and can't scroll, write "yum list > names.txt" this will write the list into a text file you can view with an editor)

Then, to get info on a specific package, type "yum info <packagename>" and presto! You get all the info you need, to consider whether this is the package for you.

Which yum repos and and distrubution are you using? Sometimes, there are better repos out there than the ones preinstalled....
 
Old 06-16-2004, 03:21 PM   #5
hmse
LQ Newbie
 
Registered: Jun 2004
Distribution: Fedora Core 2
Posts: 3

Rep: Reputation: 0
Where did you find the rpms?
 
Old 06-16-2004, 05:25 PM   #6
ElPuello
Member
 
Registered: Apr 2004
Location: Copenhagen, Denmark
Distribution: Gentoo + Debian PPC
Posts: 44

Rep: Reputation: 15
Try freshrpms.net its great for the newest stuff. But you guys should really get rid of any RPM based dist, it really is annoying when you get in to a never-ending game of finding and installing depandancies. Try out debian, which is great or gentoo if you are brave!

Regards
 
Old 06-16-2004, 08:10 PM   #7
hmse
LQ Newbie
 
Registered: Jun 2004
Distribution: Fedora Core 2
Posts: 3

Rep: Reputation: 0
I've used both debian and gentoo, and I like both, but why are RPMs annoying?
 
Old 06-17-2004, 05:29 PM   #8
ElPuello
Member
 
Registered: Apr 2004
Location: Copenhagen, Denmark
Distribution: Gentoo + Debian PPC
Posts: 44

Rep: Reputation: 15
I've used YellowDog linux which is a ppc dist. It great really, the only problem is that the repos are very outdated, so most of the time you are stuck with finding the rpm's on the net and installing them. Here, the dependancy problems start emerging - I'm sure you've tried installing an RPM package in the command line and got the message "dependancy needed: somepackage.rpm". then, when you install somepackage.rpm, it needs a dependancy and so forth and so forth - personally, i've spend hours finding and installing dependancies.... The main problem is that you can't just install an independant package, and try to make apt or whatever try and resolve the dependancies - you can only do this if you install files from a repo.
It hope this clarifies my previous post.

Regards
 
Old 06-18-2004, 11:30 AM   #9
hmse
LQ Newbie
 
Registered: Jun 2004
Distribution: Fedora Core 2
Posts: 3

Rep: Reputation: 0
I can't say that I've run into that problem, but yea, I see where going.
Thanks
 
Old 07-01-2004, 08:50 PM   #10
dingo_aus
LQ Newbie
 
Registered: May 2004
Distribution: Mandriva 2005 LE
Posts: 16

Original Poster
Rep: Reputation: 0
Yeah I got it fixed under RH9 but then I reformated to Fedora Core 2

Thanks for the responses - they got me through the problem.

I now understand how yum works and isn't it excellent? It is so good once you find a good repository or two.

Btw it is also possible to have problems with some yum / rpm when a piece of software is compiled against a specific version of a file. In this case I'm trying to fix it by creating a symbolic link from the one it was expecting to the current version.

Hasn't worked yet but hopefully it will
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot install rpms, use apt-get/yum/up2date pafinator11 Linux - General 1 07-27-2005 10:40 AM
How do I install these rpms? stealthgate Linux - Software 6 05-10-2005 03:52 PM
RH 9 rpms will not install l4azyslaxxor Linux - Newbie 8 06-17-2004 03:58 PM
RPMs upgrade:up32date,apt-get,redcarpet, yum ? Biased turkey Fedora 1 02-02-2004 02:34 PM
where do the rpms install ooagentbender Linux - Newbie 3 12-16-2003 04:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration