X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fdeb-cheat-sheet;h=3d3f1bc1637010cc7371f24e76e25089966fa7bd;hb=69712350b0ab34f5d41aff5910c747f4282ca3bf;hp=182c3d3c0a93de936c9693215a5557877c39e215;hpb=f67d901951fa3b3dfae6a2692156dfa7ab67c496;p=unfold.git 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)