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

David Hoffman dhoffman2004 at gmail.com
Mon Jan 31 16:13:33 UTC 2005


On Mon, 31 Jan 2005 10:09:53 -0600, Mike Klinke <lsomike at futzin.com> wrote:
> 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
>


That is true... forgot that.




More information about the users mailing list