Questions: Difference between revisions
No edit summary |
|||
| Line 26: | Line 26: | ||
*A: <tt>dpkg --force-remove-reinstreq --remove pkgname</tt> | *A: <tt>dpkg --force-remove-reinstreq --remove pkgname</tt> | ||
*Q: How can I search for <tt>string</tt> in package descriptions on Debian? | *Q: How can I search for <tt>string</tt> in package descriptions on [[Debian]]? | ||
*A: <tt>aptitude search '~dstring'</tt> (among other ways) | *A: <tt>aptitude search '~dstring'</tt> (among other ways) | ||
*Q: Where does <tt>pkg-config</tt> look for .pc files on this system? | |||
*A: <tt>pkg-config --variable pc_path pkg-config</tt> | |||
===[[X]]=== | ===[[X]]=== | ||