From dedbcd47ea209e4ba1988b1621b81491d214756d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 29 Oct 2016 07:57:35 -0700 Subject: [PATCH 1/1] dgit-user(7): Use `apt install ./foo.deb` Signed-off-by: Sean Whitton --- dgit-user.7.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dgit-user.7.pod b/dgit-user.7.pod index 98234658..e7300522 100644 --- a/dgit-user.7.pod +++ b/dgit-user.7.pod @@ -288,6 +288,8 @@ but not to build a source package. =head1 INSTALLING +=head2 Debian Jessie or older + =over 4 % sudo dpkg -i ../libc6_*.deb @@ -301,6 +303,14 @@ If the dependencies aren't installed, you will get an error, which can usually be fixed with C. +=head2 Debian Stretch or newer + +=over 4 + + % sudo apt install ../libc6_*.deb + +=back + =head1 Multiarch If you're working on a library package and your system has multiple -- 2.30.2