Skip to content

Commit

Permalink
moden apt can install local debs with dependencies just fine
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 17, 2016
1 parent 0a45723 commit f10de91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit f10de91

Please sign in to comment.