[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] doc install: use apt-get on Ubuntu

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:39:33 JST 2012


Kouhei Sutou	2012-03-22 15:54:19 +0900 (Thu, 22 Mar 2012)

  New Revision: 5803bfeb0b6c41bebd01a43582b69d95475fabf6
  https://github.com/mroonga/mroonga/commit/5803bfeb0b6c41bebd01a43582b69d95475fabf6

  Log:
    doc install: use apt-get on Ubuntu

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+6 -6)
===================================================================
--- doc/source/install.rst    2012-03-20 23:03:03 +0900 (bec960f)
+++ doc/source/install.rst    2012-03-22 15:54:19 +0900 (376d0d2)
@@ -70,8 +70,8 @@ Ubuntu 10.04 LTS Lucid Lynx
 Install ::
 
   % sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
-  % sudo aptitude update
-  % sudo aptitude -V -D -y install mysql-server-mroonga
+  % sudo apt-get update
+  % sudo apt-get -y install mysql-server-mroonga
 
 Ubuntu 11.04 Natty Narwhal
 --------------------------
@@ -92,8 +92,8 @@ Ubuntu 11.04 Natty Narwhal
 Install ::
 
   % sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
-  % sudo aptitude update
-  % sudo aptitude -V -D -y install mysql-server-mroonga
+  % sudo apt-get update
+  % sudo apt-get -y install mysql-server-mroonga
 
 Ubuntu 11.10 Oneiric Ocelot
 ---------------------------
@@ -114,8 +114,8 @@ Ubuntu 11.10 Oneiric Ocelot
 Install ::
 
   % sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1C837F31
-  % sudo aptitude update
-  % sudo aptitude -V -D -y install mysql-server-mroonga
+  % sudo apt-get update
+  % sudo apt-get -y install mysql-server-mroonga
 
 CentOS 5
 --------
-------------- next part --------------
HTML����������������������������...
Download 



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