mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:02:09 +02:00
Merge pull request #593 from imrehg/pacman-extra
linux/pacman: add more useful commands
This commit is contained in:
commit
bc367687e3
1 changed files with 8 additions and 0 deletions
|
@ -25,3 +25,11 @@
|
||||||
- list only the explicitly installed packages and versions
|
- list only the explicitly installed packages and versions
|
||||||
|
|
||||||
`pacman -Qe`
|
`pacman -Qe`
|
||||||
|
|
||||||
|
- find which package owns a certain file
|
||||||
|
|
||||||
|
`pacman -Qo filename`
|
||||||
|
|
||||||
|
- empty package cache to free up space
|
||||||
|
|
||||||
|
`pacman -Scc`
|
||||||
|
|
Loading…
Add table
Reference in a new issue