Mailinglist Archive: opensuse (3653 mails)

< Previous Next >
Re: [SLE] In which package is 'info'?
  • From: Anders Dahlqvist <dahlqvist@xxxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Sun, 16 Jun 2002 20:52:02 +0200
  • Message-id: <200206162052.02268.dahlqvist@xxxxxxxxxxxxxxxxxxxxxxxx>
2002-06-16 20.29 skrev David List:
:: On Sunday 16 June 2002 13:24, Anders Dahlqvist wrote:
:: > Output from "rpm -qf $(which info)" on my 7.3 system:
:: > texinfo-4.0-282
::
:: Thank you, that helped.
:: Do you know of any way to have rpm search the installation medium as in my
:: case, when it's about an uninstalled package?
::
:: Best regards,
:: David List
If you want to search your dvd (I supposed that is /media/dvd - I don't have
any) for the *info* packages and query what files they contain:

find /media/dvd -name *info*rpm -exec rpm -qpl {} \;

or if you want to see the package descriptions:

find /media/dvd -name *info*rpm -exec rpm -qpi {} \;

It is the -p switch to rpm that does it; it queries uninstalled packages.

Anders


--
Did you know that clones never use mirrors?
-- Ambrose Bierce, "The Devil's Dictionary"


< Previous Next >