Navigation Menu

Skip to content

Commit

Permalink
doc install: use apt-get on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 22, 2012
1 parent 3feb561 commit 5803bfe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/source/install.rst
Expand Up @@ -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
--------------------------
Expand All @@ -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
---------------------------
Expand All @@ -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
--------
Expand Down

0 comments on commit 5803bfe

Please sign in to comment.