diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index fcff48f5bb..297aa87893 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -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`