rpm -lpq your.rpm | more will give you a list of all the files in your.rpm
Chris On Thu, 7 Mar 2002 23:30:00 +1100 [EMAIL PROTECTED] wrote: > On Thu, Mar 07, 2002 at 06:42:43PM +0800, henry wrote: > > Everytime I install Redhat ,the summary(package name,size, it's use) > > of installed programs will flash in front of me . > > I wish to know what package I have & it's use. > > Could someone know any system-file which have such records ? > > You need to get friendly with rpm, and it's various frontends. > In a terminal window or similar, > > rpm -qa (for a complete list of installed rpms) > rpm -qi package (for some info about package) > > man rpm for more details, but you may find it simpler to use > something like kpackage (for KDE), or gnorpm (for Gnome). > -- > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.330 / Virus Database: 184 - Release Date: 28/02/02 > -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
