Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Created July 7, 2011 01:00
Show Gist options
  • Save pjkelly/1068707 to your computer and use it in GitHub Desktop.
Save pjkelly/1068707 to your computer and use it in GitHub Desktop.
Not sure what apt-get package contains a file?
# 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
@CNG
Copy link

CNG commented Aug 11, 2015

very slick, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment