On Wed, 2005-06-22 at 19:49 -0400, 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 > > > You can try: # yum list | grep "xorg" -- kyle