LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pacman-q

short form of pacman --query, which queries the local package database

TLDR

This command is an alias of pacman --queryView documentation for the original command
$ tldr pacman query
copy

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

Copied to clipboard
Kai