[Groonga-commit] groonga/groonga at c01cce4 [master] doc install ubuntu: use add-apt-repository to enable universe

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 28 17:31:12 JST 2014


Kouhei Sutou	2014-04-28 17:31:12 +0900 (Mon, 28 Apr 2014)

  New Revision: c01cce4926088bd8fd8fbd5c3815b0b40b72c6c1
  https://github.com/groonga/groonga/commit/c01cce4926088bd8fd8fbd5c3815b0b40b72c6c1

  Message:
    doc install ubuntu: use add-apt-repository to enable universe

  Modified files:
    doc/source/install/ubuntu.txt

  Modified: doc/source/install/ubuntu.txt (+3 -6)
===================================================================
--- doc/source/install/ubuntu.txt    2014-04-28 17:27:46 +0900 (2bcc9c9)
+++ doc/source/install/ubuntu.txt    2014-04-28 17:31:12 +0900 (dd639e0)
@@ -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
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index