X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fdeb-cheat-sheet;h=182c3d3c0a93de936c9693215a5557877c39e215;hb=9e791eb325d63dbc5213d1fe9c67f76474fffed1;hp=8524fb8041f964b304131033365b095a50bdb430;hpb=03839166e30819c37290f33056f44aaee1583bfc;p=unfold.git diff --git a/debian/deb-cheat-sheet b/debian/deb-cheat-sheet index 8524fb80..182c3d3c 100644 --- a/debian/deb-cheat-sheet +++ b/debian/deb-cheat-sheet @@ -16,3 +16,8 @@ dpkg-deb -c myslice_0.2.4.lxc.2013.11.26_amd64.deb dpkg -s myslice dpkg --info -c myslice_0.2.4.lxc.2013.11.26_amd64.deb +--- install from a local .deb +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)