How can i find out, what files a RPM is provding?

Mike Klinke lsomike at futzin.com
Mon Jan 31 16:09:53 UTC 2005


On Monday 31 January 2005 09:58, David Hoffman wrote:
 
>
> What about:
> rpm -q --whatprovides Tar.pm
>
 
You must either provide the full pathname to Tar.pm or substitute a  
command that will provide the full pathname for this to work:

rpm -q --whatprovides Tar.pm
no package provides Tar.pm

rpm -q --whatprovides  /usr/lib/perl5/..../Tar.pm
perl-Archive-Tar-1.08-3

rpm -q --whatprovides `locate Tar.pm`
perl-Archive-Tar-1.08-3

Regards, Mike Klinke




More information about the users mailing list