Skip to content

Instantly share code, notes, and snippets.

@farhanhubble
Created December 31, 2021 12:48
Show Gist options
  • Save farhanhubble/2934a58fd44a7b05be326ce9cefccf6e to your computer and use it in GitHub Desktop.
Save farhanhubble/2934a58fd44a7b05be326ce9cefccf6e to your computer and use it in GitHub Desktop.
Clear Up Root Partition (/) on Linux (Fedora)
  1. List the space used by the root parition and its directories excluding other paritions 1
du -h -x -d 1 /
  1. Get rid of trash in common cleanable folders as described here
  2. If the /var directory has a huge size try cleaning up Packagekit cache
sudo pkcon refresh force -c -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment