Navigation Menu

Skip to content

Commit

Permalink
doc install ubuntu: use add-apt-repository to enable universe
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent dacd973 commit c01cce4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/source/install/ubuntu.txt
Expand Up @@ -28,16 +28,13 @@ Here are supported Ubuntu versions:
* 13.10 Saucy Salamander
* 14.04 LTS Trusty Tahr

.. note::
Enable the universe repository to install Groonga::

Enable the universe repository to install Groonga::

% sudo cp /etc/apt/sources.list /etc/apt/sources.list.d/universe.list
% sudo sed -i'' -e 's/main/universe/' /etc/apt/sources.list.d/universe.list
% sudo apt-get -y install software-properties-common
% sudo add-apt-repository -y universe

Add the ``ppa:groonga/ppa`` PPA to your system::

% sudo apt-get -y install software-properties-common
% sudo add-apt-repository -y ppa:groonga/ppa
% sudo apt-get update

Expand Down

0 comments on commit c01cce4

Please sign in to comment.