author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 30 Dec 2022 10:45:49 +0200 | |
changeset 2549 | cdc2b3b79a76 |
parent 2548 | 96bfe9c31ab8 |
child 2550 | 00a58e44178f |
pacman.rst | file | annotate | diff | comparison | revisions |
--- 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 - -