[Groonga-commit] groonga/groonga at 56b7809 [master] doc install jessie: use apt

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 8 13:50:31 JST 2018


Kouhei Sutou	2018-02-08 13:50:31 +0900 (Thu, 08 Feb 2018)

  New Revision: 56b78096adef27ceeb14e84d645506725fa676fb
  https://github.com/groonga/groonga/commit/56b78096adef27ceeb14e84d645506725fa676fb

  Message:
    doc install jessie: use apt

  Modified files:
    doc/source/install/debian.rst

  Modified: doc/source/install/debian.rst (+9 -9)
===================================================================
--- doc/source/install/debian.rst    2018-02-08 12:56:35 +0900 (f37ce963b)
+++ doc/source/install/debian.rst    2018-02-08 13:50:31 +0900 (a5967d8be)
@@ -95,11 +95,11 @@ Add the Groonga apt repository.
 
 Install::
 
-  % sudo apt-get install apt-transport-https
-  % sudo apt-get update
-  % sudo apt-get install -y --allow-unauthenticated groonga-keyring
-  % sudo apt-get update
-  % sudo apt-get install -y -V groonga
+  % sudo apt install -y -V apt-transport-https
+  % sudo apt update --allow-insecure-repositories
+  % sudo apt install -y -V --allow-unauthenticated groonga-keyring
+  % sudo apt update
+  % sudo apt install -y -V groonga
 
 .. include:: server-use.inc
 
@@ -108,14 +108,14 @@ tokenizer, install groonga-tokenizer-mecab package.
 
 Install groonga-tokenizer-mecab package::
 
-  % sudo apt-get install -y -V groonga-tokenizer-mecab
+  % sudo apt install -y -V groonga-tokenizer-mecab
 
 If you want to use ``TokenFilterStem`` as a token filter, install
 groonga-token-filter-stem package.
 
 Install groonga-token-filter-stem package::
 
-  % sudo apt-get install -y -V groonga-token-filter-stem
+  % sudo apt install -y -V groonga-token-filter-stem
 
 There is a package that provides `Munin
 <http://munin-monitoring.org/>`_ plugins. If you want to monitor
@@ -123,7 +123,7 @@ Groonga status by Munin, install groonga-munin-plugins package.
 
 Install groonga-munin-plugins package::
 
-  % sudo apt-get install -y -V groonga-munin-plugins
+  % sudo apt install -y -V groonga-munin-plugins
 
 There is a package that provides MySQL compatible normalizer as
 a Groonga plugin.
@@ -131,7 +131,7 @@ If you want to use that one, install groonga-normalizer-mysql package.
 
 Install groonga-normalizer-mysql package::
 
-  % sudo apt-get install -y -V groonga-normalizer-mysql
+  % sudo apt install -y -V groonga-normalizer-mysql
 
 .. note::
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180208/aa1cc35d/attachment-0001.htm 



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