Skip to content

Instantly share code, notes, and snippets.

@wesinator
Created April 5, 2022 01:49
Show Gist options
  • Save wesinator/ceef5a20ea7c63c90b9768c654c079d1 to your computer and use it in GitHub Desktop.
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/
# 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