Last active
March 17, 2021 13:26
-
-
Save andmax/c138fb4029a0cc9096c96d3b6c410eaf to your computer and use it in GitHub Desktop.
Remove ubuntu snaps
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
# 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