> -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Paul Almquist > Sent: Wednesday, June 22, 2005 8:04 PM > To: For users of Fedora Core releases > Subject: Re: RPM question > > On Wednesday 22 June 2005 18:49, Thomas E Dukes wrote: > > Hello, > > > > Is there a wildcard rpm command that will list all installed > > files/programs for a certain package, like all packages > installed for > > xorg*? I can't figure it out. > > > > TIA > try: > rpm -qa "xorg*" Thanks! I was hitting all around that. I didn't uses the quotes. :-) > or > rpm -qa | grep xorg I really need to lean grep. Thanks!! > > to list all files in a package use: > rpm -ql <package-name> > or > rpm -qlv <package-name> > > > -- > Paul Almquist > paul@xxxxxxxxxxxxx > Eau Claire, WI USA > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >