Created
April 5, 2022 01:49
-
-
Save wesinator/ceef5a20ea7c63c90b9768c654c079d1 to your computer and use it in GitHub Desktop.
Delete cached snap files on Ubuntu. https://www.debugpoint.com/2021/03/clean-up-snap/
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
# https://askubuntu.com/questions/1075050/how-to-remove-uninstalled-snaps-from-cache | |
sudo find /var/lib/snapd/cache/ -exec rm -v {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment