Skip to content

Instantly share code, notes, and snippets.

@brunneis
Created March 31, 2018 17:55
Show Gist options
  • Select an option

  • Save brunneis/e1bef380b35c4e979cdbfa637e88bd8b to your computer and use it in GitHub Desktop.

Select an option

Save brunneis/e1bef380b35c4e979cdbfa637e88bd8b to your computer and use it in GitHub Desktop.
Avoid updates for a given package (apt)
#!/bin/bash
PACKAGE=linux-u-boot-orangepione-next
sudo apt-mark hold $PACKAGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment