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

7th May 2006, 08:00 AM
|
|
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...
|

7th May 2006, 12:23 PM
|
 |
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.
|

7th May 2006, 05:46 PM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Lynnwood, WA
Age: 45
Posts: 721

|
|
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
|

7th May 2006, 09:03 PM
|
 |
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.
|

7th May 2006, 11:53 PM
|
 |
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
|

8th May 2006, 01:59 AM
|
 |
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.
|

8th May 2006, 02:50 AM
|
 |
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
|

8th May 2006, 04:50 AM
|
 |
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).
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 08:58 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|