Created
July 7, 2011 01:00
-
-
Save pjkelly/1068707 to your computer and use it in GitHub Desktop.
Not sure what apt-get package contains a file?
This file contains hidden or 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
# credit: http://crshlv.ly/qkAzW0 | |
# | |
# I found this especially useful when trying | |
# to figure out equivalent apt-get packages | |
# for certain Perl CPAN modules. | |
apt-get install apt-file | |
apt-file update | |
apt-file search URI::Escape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
very slick, thanks!