From bace3dc964b077869c49baf90fa19dac85a31d83 Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Mon, 14 Jul 2014 08:42:49 -0700 Subject: [PATCH] Fix the name of the package that provides apt-add-repository on Ubuntu --- docsite/rst/intro_installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 1aef09ac1fe..e58fe68a06a 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -177,11 +177,13 @@ To configure the PPA on your machine and install ansible run these commands: .. code-block:: bash - $ sudo apt-get install apt-add-repository + $ sudo apt-get install software-properties-common $ sudo apt-add-repository ppa:rquillo/ansible $ sudo apt-get update $ sudo apt-get install ansible +.. note:: On older Ubuntu distributions, "software-properties-common" is called "python-software-properties". + Debian/Ubuntu packages can also be built from the source checkout, run: .. code-block:: bash