Skip to content

Instantly share code, notes, and snippets.

@cristianrasch
Created April 11, 2012 00:46
Show Gist options
  • Save cristianrasch/2355994 to your computer and use it in GitHub Desktop.
Save cristianrasch/2355994 to your computer and use it in GitHub Desktop.
Install testing packages on Debian stable
# /etc/apt/apt.conf
APT::Default-Release "stable";
# add the testing repos' URLs to your /etc/apt/sources.list
apt-get update
apt-get -t testing install foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment