Re: [SLUG] Listing of Packages.

From: Tim Jones (tim@timjones.com)
Date: Wed Jun 05 2002 - 20:16:28 EDT


On Monday 03 June 2002 01:04 pm, keith.kepner@us.pwcglobal.com wrote:
> How can I get a listing (with description) of each of the packages
> available during the installation of RedHat 7.2 and 7.3? That's all the
> packages that are on the distribution CDs - but there must be a master list
> with description in an easily printable/readable listing. Any thoughts?

It has been awhile since I ran an RPM distribution (I'm happily on Debian),
but I recall doing things like:

   rpm -qilp /mnt/cdrom/RedHat/RPM/*.rpm | less

Q = query
I = Info (show descriptions)
L = List all the files in the packages
P = following argument is RPM filename, not packagename (i.e. /path/to/myrpm-1.0.0.rpm vs. myrpm).

Then I used '/', 'n', and 'N' under 'less' to search/traverse the output.

Tim

-- 
------------------------------------------------
Timothy Jones - tim@timjones.com / tjones@tsiconnections.com
Unix/Linux/Java Programmer/DBA/SystemAdmin & Brasswind Player



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:25:01 EDT