LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-14-2010, 05:00 PM   #1
greyseal96
LQ Newbie
 
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9

Rep: Reputation: 0
Question .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
 
Old 12-14-2010, 05:14 PM   #2
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
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
Code:
yum update
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.
 
Old 12-14-2010, 06:12 PM   #3
greyseal96
LQ Newbie
 
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9

Original Poster
Rep: Reputation: 0
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
 
Old 12-14-2010, 06:33 PM   #4
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
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.
 
Old 12-14-2010, 06:34 PM   #5
greyseal96
LQ Newbie
 
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9

Original Poster
Rep: Reputation: 0
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
 
Old 12-14-2010, 06:35 PM   #6
greyseal96
LQ Newbie
 
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9

Original Poster
Rep: Reputation: 0
Yep, Lazlow's right. Thanks to you as well!

Regards,
John
 
Old 12-14-2010, 06:35 PM   #7
greyseal96
LQ Newbie
 
Registered: May 2004
Distribution: Fedora and CentOS
Posts: 9

Original Poster
Rep: Reputation: 0
Yep, Lazlow's right. Thanks to you as well!

Regards,
John
 
  


Reply

Tags
rpm, yum



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
Yum client package/updates installation and updates through local Yum Server gautamnarayan Linux - Server 1 03-11-2010 01:51 AM
how to use yum localinstall? when I collect my rpms googlez Linux - Newbie 2 08-01-2009 10:37 AM
[SOLVED] Yum updates localinstall still requiring downloads - How can i disable this?? xenner Linux - Newbie 20 07-27-2009 06:06 PM
got a Fedora 9 indication that yum updates were available, but there were no updates landonmkelsey Linux - Software 12 02-08-2009 09:53 AM
yum check-update says no updates when there are updates? MarkEHansen Linux - General 7 12-29-2006 05:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 09:34 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