Kaynağa Gözat

Merge pull request #593 from imrehg/pacman-extra

linux/pacman: add more useful commands
Ruben Vereecken 9 yıl önce
ebeveyn
işleme
bc367687e3
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      pages/linux/pacman.md

+ 8 - 0
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`