Skip to content

Commit

Permalink
dpkg -l does not install package, use dpkg -i <package-file> instead
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrau committed Nov 27, 2012
1 parent 5a33012 commit 1a3fcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ To create an Ansible DEB package:
cd ansible
make deb

The debian package file will be placed in the `../` directory. This can then be added to an APT repository or installed with `dpkg -l`.
The debian package file will be placed in the `../` directory. This can then be added to an APT repository or installed with `dpkg -i <package-file>`.

Note that `dpkg -i` does not resolve dependencies

0 comments on commit 1a3fcff

Please sign in to comment.