From: Thierry Parmentelat Date: Thu, 21 Aug 2014 16:30:13 +0000 (+0200) Subject: I had no idea I had git added this file, but well X-Git-Tag: myslice-1.1~13^2~26^2~1 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=fd667c583e4d46fe428e6fd042a306a019163973 I had no idea I had git added this file, but well --- diff --git a/debian/deb-cheat-sheet b/debian/deb-cheat-sheet index 182c3d3c..3d3f1bc1 100644 --- a/debian/deb-cheat-sheet +++ b/debian/deb-cheat-sheet @@ -21,3 +21,7 @@ dpkg -i foo.deb - or, if this has deps that need to be pulled through apt-get: gdebi foo.deb (install with apt-get install -y gdebi-core) + +--- find which package a file belongs to +apt-file search /path/to/file +(can be installed with : sudo apt-get install apt-file)