Created
April 22, 2014 23:24
-
-
Save mithrandi/11197809 to your computer and use it in GitHub Desktop.
apt-file use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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