Skip to content

Commit

Permalink
Merge pull request #593 from imrehg/pacman-extra
Browse files Browse the repository at this point in the history
linux/pacman: add more useful commands
  • Loading branch information
Ruben Vereecken committed Jan 5, 2016
2 parents 3f2cd4b + f871705 commit bc36768
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/linux/pacman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit bc36768

Please sign in to comment.