which package has what functionality?

Marc Schwartz MSchwartz at MedAnalytics.com
Thu Nov 4 02:49:00 UTC 2004


On Wed, 2004-11-03 at 19:57, Greg Matheson wrote:
> On Thu, 04 Nov 2004, Greg Matheson wrote:
> 
> > I'm trying to find the texi2dvi command. I installed 
> > texinfo, tetex, tetex-latex and some others packages. 
> 
> Oops, it is in the texinfo package.
> 
> But the question remains. How do I know what package contains
> what commands?

To list the contents of installed packages, you can use:

$ rpm -ql texinfo

/usr/bin/makeinfo
/usr/bin/texi2dvi
/usr/bin/texindex
/usr/share/doc/texinfo-4.7
/usr/share/doc/texinfo-4.7/AUTHORS
/usr/share/doc/texinfo-4.7/ChangeLog
...


For uninstalled packages, you can use:

$ rpm -qpl PackageName.rpm


HTH,

Marc Schwartz





More information about the users mailing list