浏览代码

some installations of ubuntu 13.04 (digital ocean Ubuntu 13.04 x64 Server in this case) require software-properties-common to be installed before being able to use add-apt-repository

John Costa 12 年之前
父节点
当前提交
e61af8bc62
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      docs/sources/installation/ubuntulinux.rst

+ 11 - 0
docs/sources/installation/ubuntulinux.rst

@@ -92,6 +92,17 @@ have AUFS filesystem support enabled, so we need to install it.
    sudo apt-get update
    sudo apt-get install linux-image-extra-`uname -r`
 
+**add-apt-repository support**
+
+Some installations of Ubuntu 13.04 (Digital Ocean's Ubuntu 13.04 x64 Server in
+this case) require software-properties-common to be installed before being able
+to use add-apt-repository.
+
+.. code-block:: bash
+
+  sudo apt-get install software-properties-common
+
+
 Installation
 ------------