mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
moden apt can install local debs with dependencies just fine
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user