To: "For users of Fedora Core releases" <fedora-list@xxxxxxxxxx>
Sent: Friday, January 14, 2005 8:12 PM
Subject: FC3 package list?
Hi there,
I am looking for a list of packages included in FC3, but the one listed here is still for FC2:
http://fedora.redhat.com/docs/package-list/ [2 months old?!]
[how] can I generate a list of packages similar to the above for FC3 from the cd iso's?
[I've thought of doing an everything install, then using an incantation of rpm -q, but that seems really ugly]
TIA,
-- Craig Thomas <cjtinhp@xxxxxxxxxxxxx>
The following should be on one line:
rpm -qp --queryformat "%{NAME}-%{VERSION}-%{RELEASE} %{SUMMARY}\n" /path/to/RPMS/*.rpm
Thomas