[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rpm -qf /path/somefile equivalent in debian



On Wed, Dec 06, 2000 at 11:16:59PM +0100, Bostjan Muller wrote:
> Hi!
> 
> Is there an rpm -qf /some/path/file equivalent in debian? I need to find out
> which package contains libGLU.so.* couse I need to recompile it to use it with
> nvidia...
> If anyone knows I'd really appreciate the answer..

To search installed packages:

  dpkg -S libGLU.so

To search all packages:

  wget http://http.us.debian.org/debian/dists/stable/Contents-i386.gz 
  zgrep libGLU.so Contents-i386.gz

HTH,

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Inc.                 | than a perfect plan tomorrow.
mailto:nnorman@micromuse.com   |   -- Patton

Attachment: pgplkr1mVdb0x.pgp
Description: PGP signature


Reply to: