Last active
November 3, 2022 04:21
-
-
Save kaubu/2c6a595c1038c87a823fcd527db9af7c to your computer and use it in GitHub Desktop.
Cleans space from your system, freeing up gigabytes of cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This can get rid of more than a gigabye of files on the root partition | |
# Download: | |
# Pacman: logrotate bleachbit | |
# AUR: cacheclean | |
# Remove all cached old versions of packages | |
sudo pacman -Sc | |
sudo pacman -Scc | |
# Same for yay | |
yay -Sc | |
sudo bleachbit --clean system.cache system.localizations system.trash system.tmp | |
sudo cacheclean 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment