[ATrpms-users] how to get a listing of all atrpms rpms installed?
Scott Harris
atrpms at webhounds.net
Sun Nov 25 23:14:17 CET 2007
Axel Thimm wrote:
> On Sat, Nov 24, 2007 at 10:32:12AM -0800, Scott Harris wrote:
>> I use yum, how do I get a list of all the rpms that
>> I have installed from atrpms?
>>
>> I suppose a secondary question is, how do I get a breakdown
>> of rpms installed be repo?
>
> The most correct way would be to sort by signing key. But you can also
> use a cheaper method like sorting by vendor:
>
> rpm -qa --qf '%{vendor} %{name}-%{version}-%{release}\n' | sort > somefile
>
> Fedora has a mix of "Red Hat, Inc." and "Fedora Project", ATrpms has
> "ATrpms.net" etc.
Thanks, Axel, that worked great.
>
>
>> I'm trying to do an upgrade from FC 6 (before EOL) to
>> FC 8 and it is proving to be extremely painful.
>
> My recommendation: Enable *all* F8 repos you will end up with
> including the updates repo. Then update the kernel and kmdl only and
> reboot. The rest can then be updated at an easy pace depending on free
> storage etc. The fastest updater for such large transactions is apt,
> give it a try!
FWIW, this upgrade was all hampered by this bug ->
https://bugzilla.redhat.com/show_bug.cgi?id=366641
Many others have been having problems upgrading to FC8 if they have
3rd party repos installed.
In addition to your suggestion, I did the following.
enabled all FC8 repos.
yum update rpm\* yum\*
yum update kernel
yum update kmdl stuff
That got me to a base FC8 kernel, but then doing a "yum upgrade" proved
a total PITA due to dependency issues. I basically had to manually
fight with dependencies for the last 24 hours to get a working system.
Also, not all things get upgraded to FC8. Even the official repos have
FC7 packages till listed. Not a big deal, but if you are trying to get
rid of all FC7/6 RPMS, you won't be able to.
package-cleanup --orphans also helped a lot to find older RPMs that
could be safely deleted.
I was eventually able to do a yum upgrade and get everything to resolve.
One further issue I have is I can't "yum groupupdate Base" to ensure I
have everything I need. It keeps trying to install the i386 versions of
stuff instead of the x86_64. Still researching that one.
Thanks for the help.
Scott
More information about the atrpms-users
mailing list