Add Debian-specific installation method
This commit is contained in:
parent
9ca1025ea8
commit
1726ff10d8
1 changed files with 20 additions and 0 deletions
|
@ -244,6 +244,26 @@ You may also wish to run from source to get the latest, which is covered above.
|
||||||
|
|
||||||
.. _from_pkg:
|
.. _from_pkg:
|
||||||
|
|
||||||
|
Latest Releases Via Apt (Debian)
|
||||||
|
++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
|
Debian users may leverage the same source as the Ubuntu PPA.
|
||||||
|
|
||||||
|
Add the following line to /etc/apt/sources.list:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
|
||||||
|
|
||||||
|
Then run these commands:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ sudo apt-get update
|
||||||
|
$ sudo apt-get install ansible
|
||||||
|
|
||||||
|
.. note:: This method has been verified with the Trusty sources in Debian Jessie and Stretch but may not be supported in earlier versions.
|
||||||
|
|
||||||
Latest Releases Via Portage (Gentoo)
|
Latest Releases Via Portage (Gentoo)
|
||||||
++++++++++++++++++++++++++++++++++++
|
++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue