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.


> 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!
-- 
Axel.Thimm at ATrpms.net

Attachment: pgp38lKAvn2nj.pgp
Description: PGP signature

_______________________________________________
atrpms-users mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to