pacman-q
short form of pacman --query, which queries the local package database
TLDR
This command is an alias of pacman --query
View documentation for the original command
$ tldr pacman query
SYNOPSIS
pacman -Q [options] [package(s)]
DESCRIPTION
pacman -Q is the short form of pacman --query, which queries the local package database. It allows listing installed packages, checking package information, and querying files owned by packages.
SEE ALSO
pacman(8), pacman-query(8)
