Skip to content

Instantly share code, notes, and snippets.

@kaubu
Last active November 3, 2022 04:21
Show Gist options
  • Save kaubu/2c6a595c1038c87a823fcd527db9af7c to your computer and use it in GitHub Desktop.
Save kaubu/2c6a595c1038c87a823fcd527db9af7c to your computer and use it in GitHub Desktop.
Cleans space from your system, freeing up gigabytes of cache
# 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