Skip to content

Instantly share code, notes, and snippets.

@utgupta27
Last active July 7, 2021 12:10
Show Gist options
  • Save utgupta27/e2ada46b76a7d69df823571931cf1ae7 to your computer and use it in GitHub Desktop.
Save utgupta27/e2ada46b76a7d69df823571931cf1ae7 to your computer and use it in GitHub Desktop.
To Resume or Pause the Snapd from auto updating Snap-Packages
Only for Snap-Packages.
Stop auto-update:
$sudo snap set system refresh.metered=hold
(After executing the above command, toggle-on the Metered Wifi Connection)
Resume auto-update:
$sudo snap set system refresh.metered=null
(After executing the above command, toggle-of the Metered Wifi Connection)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment