Skip to content

Instantly share code, notes, and snippets.

@guyhughes
Last active August 29, 2015 14:23
Show Gist options
  • Save guyhughes/e71ad5785e0867b773ad to your computer and use it in GitHub Desktop.
Save guyhughes/e71ad5785e0867b773ad to your computer and use it in GitHub Desktop.
apt-list-unstable
aptitude versions '~i' | grep -B1 -P '\W(?!(stable|testing))\Wunstable' | awk '{print $2}' | grep -E ':$' | sed 's/://'
aptitude versions '~i' | grep -B1 unstable | awk '{print $2}' | egrep ':$' | sed 's/://'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment