Hello * Tong* (<[EMAIL PROTECTED]>) 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 <[EMAIL PROTECTED]> PGP-Key-ID: 0xDC801674 ICQ #17079270 Registered Linux User #267976 http://www.andreas-janssen.de/debian-tipps.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]