Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 7th May 2006, 08:00 AM
diptanu Offline
Registered User
 
Join Date: May 2006
Posts: 1
Software update does not work in FEdora 5

Hi friends....
I installed fedora 5 in my laptop...when i go for ADD/REMOVE software option ....it says...UNABLE TO RETRIEVE PACKAGE INFORMATION...and also wen i tried to install real player....it said...unable to open shared libstdc++....
please help me out...
thanks...
Reply With Quote
  #2  
Old 7th May 2006, 12:23 PM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,330
Use yum to do your updates and to add or remove software: http://www.fedorafaq.org/#installsoftware
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #3  
Old 7th May 2006, 05:46 PM
daihard's Avatar
daihard Offline
Registered User
 
Join Date: Aug 2005
Location: Lynnwood, WA
Age: 45
Posts: 721
Quote:
Originally Posted by bob
Use yum to do your updates and to add or remove software: http://www.fedorafaq.org/#installsoftware
Fedora Core 5 has its own GUI frontends to yum - pirut and pup, as you may already know. I suppose the OP is using pirut. Using yum via terminal will give you more information such as the detailed error message.
__________________
Registered Linux User: #281828
Fedora Core 6 (kernel 2.6.22.9-61.fc6) / KDE 3.5.8
Shuttle XPC SK22G2-V2 / Athlon64 X2 5200+ / 2GB Patriot PC2-5300 RAM
PNY Verto GeForce 7300GS / NEC MultiSync LCD1970GX
Reply With Quote
  #4  
Old 7th May 2006, 09:03 PM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,330
Hi Daihard. Yes, yumex is a favorite of mine too and will make an excellent addition. 'Yum install yumex' will get it for you. As to pup....well you can use it for updates, but it's in it's infancy and certainly not as good right now as the other alternatives (in my humble opinion).
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #5  
Old 7th May 2006, 11:53 PM
daihard's Avatar
daihard Offline
Registered User
 
Join Date: Aug 2005
Location: Lynnwood, WA
Age: 45
Posts: 721
Quote:
Originally Posted by bob
Hi Daihard. Yes, yumex is a favorite of mine too and will make an excellent addition. 'Yum install yumex' will get it for you. As to pup....well you can use it for updates, but it's in it's infancy and certainly not as good right now as the other alternatives (in my humble opinion).
That's true. One thing I don't understand is why Red Hat decided to have two separate apps to do update and add/remove. They could have had one application do both, just like yumex.

While we are here... would you mind helping me out a bit? Does yum have the ability to pick the locally stored RPMs for dependency when you do "localinstall/localupdate"? For instance, I have A-i386.rpm and B-i386.rpm stored in /home/daihard/temp. A depends upon B (i.e. B is needed in order to update A).

Now if I run "yum localupate A" from within /home/daihard/temp, yum still looks for B-i386.rpm on the Internet instead of the directory itself first. Is there a way to configure yum so it will first look at the local directory?

TIA,
Dai
__________________
Registered Linux User: #281828
Fedora Core 6 (kernel 2.6.22.9-61.fc6) / KDE 3.5.8
Shuttle XPC SK22G2-V2 / Athlon64 X2 5200+ / 2GB Patriot PC2-5300 RAM
PNY Verto GeForce 7300GS / NEC MultiSync LCD1970GX
Reply With Quote
  #6  
Old 8th May 2006, 01:59 AM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,330
Well, according to the 'man yum', here's the situation:

localupdate
Is used to update the system by specifying local rpm files. Only
the specified rpm files of which an older version is already
installed will be installed, the remaining specified packages
will be ignored. If required the enabled repositories will be
used to resolve dependencies.

So, I guess if you used 'yum --disablerepo=updates localupdate programname' it might accomplish what you're trying for. OR... why not download the updated version and then use 'rpm -Uvh programname'? Sometimes yum isn't the right tool.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #7  
Old 8th May 2006, 02:50 AM
daihard's Avatar
daihard Offline
Registered User
 
Join Date: Aug 2005
Location: Lynnwood, WA
Age: 45
Posts: 721
Quote:
Originally Posted by bob
So, I guess if you used 'yum --disablerepo=updates localupdate programname' it might accomplish what you're trying for. OR... why not download the updated version and then use 'rpm -Uvh programname'? Sometimes yum isn't the right tool.
Thanks for the quick reply. I'll give that a try the next time I'm in the same situation. The reason I want yum to look at the local current directory first is because I have a bunch of large update packages on a DVD. When I installed FC5 on a computer at work, I used this DVD to update packages. The Internet connection at work is a lot slower than at home, so I wanted to avoid using the Internet as much as possible.

So I downloaded all the update files that I could think of that were very large at home and burned them onto the DVD. Of course I didn't know all the dependencies off the top of my head, but my rationale was that if I had all the large files locally, then whatever other files needed for dependency resolution, which yum would have to download via netowrk, would be rather small and therefore not disrupt the update operation too much.

In the end, it did not work that way. I'd think it's easy to change yum so it will first look at the local current directory when "localupdate" or "locainstall" is specified. Maybe I should look to doing that myself...
__________________
Registered Linux User: #281828
Fedora Core 6 (kernel 2.6.22.9-61.fc6) / KDE 3.5.8
Shuttle XPC SK22G2-V2 / Athlon64 X2 5200+ / 2GB Patriot PC2-5300 RAM
PNY Verto GeForce 7300GS / NEC MultiSync LCD1970GX
Reply With Quote
  #8  
Old 8th May 2006, 04:50 AM
u-noneinc-s's Avatar
u-noneinc-s Offline
Registered User
 
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,850
daihard: I believe you can use yum localinstall (or localupdate) /path/to/updates/*.rpm, and it will (should) evaluate all those
files before going out and looking for deps. I have not "completely" tried this as at the moment I have nothing to install/update
locally, but I did "dry-run" it and it parsed all the local files, then I canceled the request. It looked like it would work. It will accept the wildcard(s).
Reply With Quote
Reply

Tags
fedora, software, update, work

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't install or update software in Fedora 11 kozeeeeel Using Fedora 4 27th September 2009 11:53 PM
Fedora 11 won't get software update Tuahaa Using Fedora 1 13th August 2009 09:19 PM
Fedora 8 Software Update not working Jammerdelray Using Fedora 3 8th December 2007 08:41 AM
FYI: Pirut (Add/Remove Software) doesn't work in Fedora 7 jossebastian Installation and Live Media 0 7th June 2007 11:06 PM
Does older fedora software work? Pulka Using Fedora 3 21st June 2004 06:29 AM


Current GMT-time: 08:58 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat