moden apt can install local debs with dependencies just fine

pull/15031/head
Evgeni Golov 8 years ago
parent 0a457230ab
commit f10de91e7f

@ -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>

Loading…
Cancel
Save