aptitude ne possède pas d'option pour faire des recherches dans les descriptions
Si, mais ça a l'énorme défaut de nécessiter une lecture de la doc. Morceaux choisis :
A search pattern consists of one or more conditions (sometimes known as « terms »); packages match the pattern if they match all of its terms. Terms generally start with a question mark (« ? »), followed by the name of the match term, which describes the search that the term performs: for instance, the term ?name matches package names, while the term ?version matches package versions. Finally, any additional parameters to the search term are placed in parentheses (see the documentation of individual terms for details of what each term's parameters mean).
[...]
Many search terms take a string as a parameter and match it against one or more fields of a package. Strings can be entered either with or without double quotes (« " »), so « ?name(scorch) » and « ?name("scorch") » will perform the same search. If you enter a search string using double quotes, you can include a literal double-quote in the search string by placing a backslash (« \ ») immediately before it: for instance, « ?description("\"easy\"") » will match any package whose description contains the string « "easy" ».
En fait c'est largement plus puissant que le système de recherche d'Apt en ligne de commande, mais quand on veut utiliser un outil sans chercher à le comprendre on peut toujours râler et dire qu'il ne fait pas ce qu'on veut.
[^] # Re: CON PATI
Posté par jyes . En réponse au journal Je déteste linux !. Évalué à 7.
Si, mais ça a l'énorme défaut de nécessiter une lecture de la doc. Morceaux choisis :
A search pattern consists of one or more conditions (sometimes known as « terms »); packages match the pattern if they match all of its terms. Terms generally start with a question mark (« ? »), followed by the name of the match term, which describes the search that the term performs: for instance, the term ?name matches package names, while the term ?version matches package versions. Finally, any additional parameters to the search term are placed in parentheses (see the documentation of individual terms for details of what each term's parameters mean).
[...]
Many search terms take a string as a parameter and match it against one or more fields of a package. Strings can be entered either with or without double quotes (« " »), so « ?name(scorch) » and « ?name("scorch") » will perform the same search. If you enter a search string using double quotes, you can include a literal double-quote in the search string by placing a backslash (« \ ») immediately before it: for instance, « ?description("\"easy\"") » will match any package whose description contains the string « "easy" ».
En fait c'est largement plus puissant que le système de recherche d'Apt en ligne de commande, mais quand on veut utiliser un outil sans chercher à le comprendre on peut toujours râler et dire qu'il ne fait pas ce qu'on veut.