Merge pull request #455 from oalbe/master

Added command 'pacman -Qe'
waldyrious/alt-syntax
Leandro Ostera 2015-12-29 15:11:24 +01:00
commit 9b7c8baf92
1 changed files with 4 additions and 0 deletions

View File

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