Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created September 24, 2024 13:24
Show Gist options
  • Save hawkeye64/faffce194f1facb8586f129f17190bd8 to your computer and use it in GitHub Desktop.
Save hawkeye64/faffce194f1facb8586f129f17190bd8 to your computer and use it in GitHub Desktop.
Remove disabled snaps from the local snap store
#!/usr/bin/env bash
snap list --all | awk '/disabled/{system("sudo snap remove " $1 " --revision=" $3)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment