diff --git a/packaging/debian/README.md b/packaging/debian/README.md index efd8677f400..b328a07b640 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 Ansible DEB package and resolve redepdencies: + + sudo dpkg -i + sudo apt-get -fy install \ No newline at end of file