I am quite new to manajaro/arch side of the linux street and am trying to get around a little better. One thing I haven’t managed yet is to search for packages (installed or not) using pacman completely.
so my questions are:
how can I query all packages available (not only installed ones which should be covered by the -Q flag)
how can I find all packages containing the string (i.e.) cockpit (so I should get cockpit as well as cockpit-dashboard when querying cockpit [the obvious choise of cockpit* does not work with pacman apparently])
I am aware that the pamac gui is able to do so, but I want to get around in the cli as much as I can.