1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 21:55:30 +02:00

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`