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

Re: List files of installed package (apt?)



On Thursday 24 November 2005 07:37 am, Rakotomandimby Mihamina wrote:
> > Is there a way I can list all files of an installed package in Debian -
> > something similar to rpm -ql [package name] in Red Hat.
>
> 	$ dpkg -l
> then pipe it with a grep if you want a special pattern...
>

Or install dlocate and:

# dlocate -ls <pkg>

David



Reply to: