[arch-general] Pacman Search on Package Names Only?
Greetings, Is there a way to limit Pacman to search package names only, rather than package names and descriptions? https://wiki.archlinux.org/title/Pacman#Querying_package_databases says that you can do that by tweaking the search term, but that doesn't really work. As a [horrible] workaround, I could write my own script atop pacman -Qq, but, well, yuck. :-) Thanks, Dan
How about: pacman -Sl | grep <something> On 3/25/22 7:58 AM, Dan Sommers via arch-general wrote:
Greetings,
Is there a way to limit Pacman to search package names only, rather than package names and descriptions?
On 2022-03-25 at 09:06:07 -0400, David Rosenstrauch via arch-general <arch-general@lists.archlinux.org> wrote:
How about:
pacman -Sl | grep <something>
Interesting. Thanks. :-)
On 3/25/22 7:58 AM, Dan Sommers via arch-general wrote:
Greetings,
Is there a way to limit Pacman to search package names only, rather than package names and descriptions?
participants (2)
-
2QdxY4RzWzUUiLuE@potatochowder.com
-
David Rosenstrauch