1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 06:55:34 +02:00

linux/pacman: add more useful commands

This commit is contained in:
Gergely Imreh 2016-01-05 10:19:53 +08:00
parent 4359692109
commit f87170536f

View file

@ -25,3 +25,11 @@
- list only the explicitly installed packages and versions
`pacman -Qe`
- find which package owns a certain file
`pacman -Qo filename`
- empty package cache to free up space
`pacman -Scc`