Skip to content

Instantly share code, notes, and snippets.

@kpanic
Created July 26, 2014 13:38
Show Gist options
  • Save kpanic/afb6861eb40d93f449e4 to your computer and use it in GitHub Desktop.
Save kpanic/afb6861eb40d93f449e4 to your computer and use it in GitHub Desktop.
Random debian package [lazy saturday mode]
INDEX=$(expr $(od -vAn -N4 -tu4 < /dev/urandom) % $(apt-cache pkgnames | tee /tmp/alldebs.txt | wc -l))
DEBS=$(cat /tmp/alldebs.txt)
set -- $DEBS
apt-cache show "${!INDEX}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment