From f87170536f9b44e397137a9f8fd8341a68aa8402 Mon Sep 17 00:00:00 2001 From: Gergely Imreh Date: Tue, 5 Jan 2016 10:19:53 +0800 Subject: [PATCH] linux/pacman: add more useful commands --- pages/linux/pacman.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index 8d32c0e577f03a..84e88c6f9277d2 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`