Questions: Difference between revisions
No edit summary |
|||
| Line 25: | Line 25: | ||
*Q: How do I remove an obsolete broken package from Debian upon getting the error "This might mean you need to manually fix this package"? | *Q: How do I remove an obsolete broken package from Debian upon getting the error "This might mean you need to manually fix this package"? | ||
*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? | |||
*A: <tt>aptitude search '~dstring'</tt> (among other ways) | |||
===[[X]]=== | ===[[X]]=== | ||
*Q: How do I get a list of all a display's clients? | *Q: How do I get a list of all a display's clients? | ||