Skip to content

Instantly share code, notes, and snippets.

@mithrandi
Created April 22, 2014 23:24
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 mithrandi/11197809 to your computer and use it in GitHub Desktop.
Save mithrandi/11197809 to your computer and use it in GitHub Desktop.
apt-file use
mithrandi@elvandar:~> apt-file search -x '/usr/bin/python[0-9.]*$'
python-minimal: /usr/bin/python
python-minimal: /usr/bin/python2
python2.6-dbg: /usr/lib/debug/usr/bin/python2.6
python2.6-minimal: /usr/bin/python2.6
python2.7-dbg: /usr/lib/debug/usr/bin/python2.7
python2.7-minimal: /usr/bin/python2.7
python3-minimal: /usr/bin/python3
python3.2-minimal: /usr/bin/python3.2
python3.3-dbg: /usr/lib/debug/usr/bin/python3.3
python3.3-minimal: /usr/bin/python3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment