Skip to content

Instantly share code, notes, and snippets.

@lazyfrosch
Created July 21, 2014 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazyfrosch/3a2ee9cb435d9121e3ba to your computer and use it in GitHub Desktop.
Save lazyfrosch/3a2ee9cb435d9121e3ba to your computer and use it in GitHub Desktop.
Here a pinning example for Debian unstable - files goes in /etc/apt/preferences.d/yourrule
###
# Unstable
###
Package: *
Pin: release a=sid
Pin-Priority: -100
Package: *
Pin: release a=unstable
Pin-Priority: -100
Package: lintian
Pin: release a=unstable
Pin-Priority: 991
Package: *nvidia*
Pin: release a=unstable
Pin-Priority: 991
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment