pacman.rst
changeset 2549 cdc2b3b79a76
parent 2541 c41a01871780
child 2577 f344c5cd259a
--- 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
 
-
-