migration to openBSD
[dotfiles_afify.git] / .scripts / pacman_util.sh
blob151c0b7ab4070051082dd492e3c4e14ac7e2867d
1 #!/usr/bin/env sh
3 ######################################################################
4 # @author : hassan (hassan@alien)
5 # @file : pacman_util
6 # @created : Wednesday Oct 09, 2019 20:37:41 +03
8 # @description :
9 ######################################################################
11 cache packages
12 sudo ls /var/cache/pacman/pkg/ | wc -l
14 disk usage
15 du -sh /var/cache/pacman/pkg/
17 remove uninstalled pachages
18 sudo pacman -Sc
20 clean all cache
21 sudo pacman -Scc