On Mon, 31 Jan 2005 10:09:53 -0600, Mike Klinke <lsomike@xxxxxxxxxx> 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.