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

Re: Any way to search executable name?



Hello

* Tong* (<sun_tong_001@yahoo.com>) wrote:

> Is there any way to search executable name for it package?
> 
> For example, from efax.rc I know that it uses "paperconf" to determine
> paper size. but apt-cache search can't find its package name...

You can use dpkg -L to list the contents of an installed package. Maybe
you want to do something like

dpkg -L package | grep bin

This should list at least all files that are stored in /bin, /sbin, 
usr/bin and /usr/sbin.

best regards
        Andreas Janssen

-- 
Andreas Janssen <andreas.janssen@bigfoot.com>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html



Reply to: