From: Thierry Parmentelat Date: Tue, 1 Apr 2014 16:38:34 +0000 (+0200) Subject: how to install a .deb locally X-Git-Tag: myslice-1.1~151^2~5^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bfa56c634d6843b18c501a4f8ef29ff25ca7e59c;p=myslice.git how to install a .deb locally --- 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)