# HG changeset patch # User Oleksandr Gavenko # Date 1672389949 -7200 # Node ID cdc2b3b79a76cc8d8bd161aafa2d92950c2f45d3 # Parent 96bfe9c31ab8f604f10daabcac797d691aba2fef List all installed packages. diff -r 96bfe9c31ab8 -r cdc2b3b79a76 pacman.rst --- a/pacman.rst Tue Dec 27 13:53:36 2022 +0200 +++ b/pacman.rst Fri Dec 30 10:45:49 2022 +0200 @@ -90,9 +90,19 @@ pacman -Fy -To list files from a remote package:: +To list all installed packages:: + + pacman -Qq + +To list only explicitely user requested installed packages:: + + pacman -Qqe + +To list files for an installed package:: + + pacman -Ql $PKG + +To list files from a package based on repote information:: pacman -Fl $PKG - -