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:
parent
e941175f6d
commit
8528cbb0d5
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@
|
|||
- list installed packages and versions
|
||||
|
||||
`pacman -Q`
|
||||
|
||||
- list only the explicitly installed packages and versions
|
||||
|
||||
`pacman -Qe`
|
||||
|
|
Loading…
Add table
Reference in a new issue