I had no idea I had git added this file, but well
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Aug 2014 16:30:13 +0000 (18:30 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Aug 2014 16:30:13 +0000 (18:30 +0200)
debian/deb-cheat-sheet

index 182c3d3..3d3f1bc 100644 (file)
@@ -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)