1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Merge pull request #455 from oalbe/master

Added command 'pacman -Qe'
This commit is contained in:
Leandro Ostera 2015-12-29 15:11:24 +01:00
commit 9b7c8baf92

View file

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