diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 61b2b8f357..cfc6745e0a 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -244,6 +244,26 @@ You may also wish to run from source to get the latest, which is covered above. .. _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) ++++++++++++++++++++++++++++++++++++