From 8528cbb0d55e8566e1d3bb0afdc8a42a68b85290 Mon Sep 17 00:00:00 2001 From: Alberto Date: Tue, 29 Dec 2015 12:20:11 +0100 Subject: [PATCH] Added command 'pacman -Qe' Hey there, I took the liberty to add the command `pacman -Qe` for listing all and only the explicitly installed packages (`-e` option), still showing versions. Useful when you want a concise list of the packages you have without all the dependencies. --- pages/linux/pacman.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index c130d9b30..8d32c0e57 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -21,3 +21,7 @@ - list installed packages and versions `pacman -Q` + +- list only the explicitly installed packages and versions + +`pacman -Qe`