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.
This commit is contained in:
Alberto
2015-12-29 12:20:11 +01:00
parent e941175f6d
commit 8528cbb0d5

View File

@@ -21,3 +21,7 @@
- list installed packages and versions
`pacman -Q`
- list only the explicitly installed packages and versions
`pacman -Qe`