summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeni Golov <egolov@redhat.com>2016-03-17 18:06:42 +0100
committerEvgeni Golov <egolov@redhat.com>2016-03-17 18:06:42 +0100
commitf10de91e7f0cb2f48042c512850ae7991b2498fd (patch)
tree9e7c1ba437d4349b2d329823994e26e5c4995773
parent0a457230ab687087510b366d4badbdeb5c0bb357 (diff)
downloadansible-f10de91e7f0cb2f48042c512850ae7991b2498fd.tar.gz
moden apt can install local debs with dependencies just fine
-rw-r--r--packaging/debian/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/debian/README.md b/packaging/debian/README.md
index 8051b2cfa4..f170c13333 100644
--- a/packaging/debian/README.md
+++ b/packaging/debian/README.md
@@ -17,3 +17,7 @@ To install the Ansible DEB package and resolve dependencies:
sudo dpkg -i <package-file>
sudo apt-get -fy install
+
+Or, if you are running Debian Stretch (or later) or Ubuntu Xenial (or later):
+
+ sudo apt install <package-file>