Skip to content

Instantly share code, notes, and snippets.

@andmax
Last active March 17, 2021 13:26
Show Gist options
  • Save andmax/c138fb4029a0cc9096c96d3b6c410eaf to your computer and use it in GitHub Desktop.
Save andmax/c138fb4029a0cc9096c96d3b6c410eaf to your computer and use it in GitHub Desktop.
Remove ubuntu snaps
# The problem is to get rid off many buggy file systems when doing
# "df -h" because of this "snaps" from Ubuntu, it is just better to
# remove all snaps and then it will clean the list of disk usage:
sudo rm -rf /var/cache/snapd/
sudo apt autoremove --purge snapd gnome-software-plugin-snap
rm -rf ~/snap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment