RPM question

Paul Almquist paul at almquist.name
Thu Jun 23 00:04:06 UTC 2005


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*"
or
   rpm -qa | grep xorg

to list all files in a package use: 
   rpm -ql <package-name>
or
   rpm -qlv <package-name>


-- 
Paul Almquist
paul at almquist.name
Eau Claire, WI  USA




More information about the fedora-list mailing list