From c09e0211f71b968634c8676509fa39d79670afc3 Mon Sep 17 00:00:00 2001 From: Harsha Yalamanchili Date: Wed, 5 Mar 2014 14:02:16 -0800 Subject: [PATCH 1/2] Update debian install documentation to include dependency resolution --- packaging/debian/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packaging/debian/README.md b/packaging/debian/README.md index efd8677f400..bbca98cdb8b 100644 --- a/packaging/debian/README.md +++ b/packaging/debian/README.md @@ -11,4 +11,9 @@ To create an Ansible DEB package: The debian package file will be placed in the `../` directory. This can then be added to an APT repository or installed with `dpkg -i `. -Note that `dpkg -i` does not resolve dependencies +Note that `dpkg -i` does not resolve dependencies. + +To install the Ansbiel DEB package and resolve redepdencies: + + sudo dpkg -i + sudo apt-get -fy install \ No newline at end of file From 063dc5e971ad71f7f22dd60dd81aab8070b86a1c Mon Sep 17 00:00:00 2001 From: Harsha Yalamanchili Date: Wed, 5 Mar 2014 14:04:36 -0800 Subject: [PATCH 2/2] Update debian install documentation to include dependency resolution --- packaging/debian/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/README.md b/packaging/debian/README.md index bbca98cdb8b..b328a07b640 100644 --- a/packaging/debian/README.md +++ b/packaging/debian/README.md @@ -13,7 +13,7 @@ The debian package file will be placed in the `../` directory. This can then be Note that `dpkg -i` does not resolve dependencies. -To install the Ansbiel DEB package and resolve redepdencies: +To install the Ansible DEB package and resolve redepdencies: sudo dpkg -i sudo apt-get -fy install \ No newline at end of file