| Fedora This forum is for the discussion of the Fedora Project. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-14-2010, 05:00 PM
|
#1
|
|
LQ Newbie
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9
Rep:
|
.rpms showing up as updates after yum localinstall
Hello,
I just installed F14 (so far I like it  ). I had F13 but decided to wipe the old OS and install F14 fresh. In the course of replacing all of my old programs, I had to download several .rpms like the .rpms for the RPMFusion repos and the .rpm for Adobe Reader. After downloading the .rpms to a download directory I ran yum localinstall to install them. The installations went well and I didn't have any problems.
However, now the packages are showing up as updates which need to be installed in the software updates window. I also ran yum check-update and they are showing up as updates which need to be installed. I tried deleting the .rpms and also running yum clean all but they are still showing up as updates which need to be installed. Does anyone know what I did wrong?
Thank you for any help that you can give...
Regards,
John
|
|
|
|
12-14-2010, 05:14 PM
|
#2
|
|
Senior Member
Registered: May 2010
Distribution: Arch, Gentoo, Slackware
Posts: 1,479
|
I don't use software updates, nor localinstall, but any rpm's that you have either built or downloaded can just be installed with a straight
Code:
yum install /path/to/package-name.rpm
I am not really sure how this is different from localinstall ( It probably isn't.)
Could you post the output of you can select no if you don't want to accept the updates, I just want to see your local packages being marked for update/downgrade.
|
|
|
|
12-14-2010, 06:12 PM
|
#3
|
|
LQ Newbie
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9
Original Poster
Rep:
|
Hi Andrew,
Thank you very much for your response. Here is the output from yum check-update:
[root@Fedora14 ~]# yum check-update
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Dropbox | 951 B 00:00
adobe-linux-i386 | 951 B 00:00
google-chrome | 951 B 00:00
rpmfusion-free-updates | 3.3 kB 00:00
rpmfusion-nonfree-updates | 3.3 kB 00:00
updates/metalink | 17 kB 00:00
AdobeReader_enu.i486 9.4.1-1 adobe-linux-i386
nautilus-dropbox.i386 0.6.7-1.fc10 Dropbox
rpmfusion-free-release.noarch 14-0.4 rpmfusion-free
rpmfusion-nonfree-release.noarch 14-0.4 rpmfusion-nonfree
You can see it lists the repositories which I have set up, starting with Dropbox and ending with updates/metalink and then the four .rpm packages which I installed using yum localinstall, starting with AdobeReader_enu.i486 and ending with rpmfusion-nonfree-release.noarch.
Here is the output of yum update:
[root@Fedora14 ~]# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package AdobeReader_enu.i486 0:9.4.1-1 set to be updated
---> Package nautilus-dropbox.i386 0:0.6.7-1.fc10 set to be updated
---> Package rpmfusion-free-release.noarch 0:14-0.4 set to be updated
---> Package rpmfusion-nonfree-release.noarch 0:14-0.4 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
AdobeReader_enu i486 9.4.1-1 adobe-linux-i386 61 M
nautilus-dropbox i386 0.6.7-1.fc10 Dropbox 76 k
rpmfusion-free-release noarch 14-0.4 rpmfusion-free 13 k
rpmfusion-nonfree-release noarch 14-0.4 rpmfusion-nonfree 13 k
Transaction Summary
================================================================================
Upgrade 4 Package(s)
Total download size: 61 M
As you can see, it thinks that the packages are updates. I haven't tried actually going ahead and doing an update with yum, but when I tried installing the updates with the Software Update tool, it just got stuck forever on "Downloading Updates". I'm assuming that yum would do the same thing.
This is really stumping me; I haven't been able to find mention of anything like this happening anywhere. Do you have any ideas?
Thanks again for your help; I really appreciate it.
Regards,
John
|
|
|
|
12-14-2010, 06:33 PM
|
#4
|
|
Senior Member
Registered: Jan 2006
Posts: 4,362
Rep: 
|
When repos shuffle around their sites it is handled by putting out a new rpm. So yes, they are updates. You should install them just like any other update.
|
|
|
|
12-14-2010, 06:34 PM
|
#5
|
|
LQ Newbie
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9
Original Poster
Rep:
|
Well, so I feel pretty dumb...
Your request for the output of yum update is something that I hadn't looked at before. After I sent you the output, I noticed that in the transaction summary it says "Upgrade 4 packages." I then went and compared the versions that were set to be installed with the versions of the .rpms which I had downloaded. I noticed that yum was indeed going to be installing an update to the packages listed. I guess that my problem was that that since most of the updates were a minor update to something like x.x.x-1 I didn't notice the difference.
Sorry to waste your time. Thanks for your help. I'll rep you for having the patience to take a look at this...
Regards,
John
|
|
|
|
12-14-2010, 06:35 PM
|
#6
|
|
LQ Newbie
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9
Original Poster
Rep:
|
Yep, Lazlow's right. Thanks to you as well!
Regards,
John
|
|
|
|
12-14-2010, 06:35 PM
|
#7
|
|
LQ Newbie
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9
Original Poster
Rep:
|
Yep, Lazlow's right. Thanks to you as well!
Regards,
John
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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
|
|
|
All times are GMT -5. The time now is 08:05 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|