commit 71492dc07ff44f67cea51efd72c82195b4ae5234 parent e405bd6cb6350decff16d0fd323fd88af432ee47 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 30 Apr 2020 15:24:38 +0100 clear package cache Diffstat:
M | technology/linux/archlinux/pacman.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/technology/linux/archlinux/pacman.md b/technology/linux/archlinux/pacman.md @@ -5,3 +5,10 @@ pacman -Fy pacman -Fs $filename ``` + +## clear package cache +``` +pacman -S pacman-contrib +paccache -r +``` +