On Thu, Mar 6, 2008 at 6:08 AM, Ivan Krstić <[EMAIL PROTECTED]> wrote: > On Mar 5, 2008, at 8:32 PM, Graham Fawcett wrote: > > There isn't an 'apt' equivalent > > The apt-file tool in Debian and derivatives is designed exactly for > this purpose: > > [EMAIL PROTECTED]:~> apt-file search usr/include/readline/readline.h > libreadline5-dev: usr/include/readline/readline.h
Nice! Thanks for the correction. I see that you can use regexps for matching, so if you're not sure exactly where the header file should be located, you could: apt-file search -x .*readline.h$ Thanks again, Graham
_______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
