[Groonga-mysql-commit] mroonga/mroonga at c0a5a30 [master] doc install stretch: use apt instead of apt-get

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 8 14:42:14 JST 2018


Kouhei Sutou	2018-02-08 14:42:14 +0900 (Thu, 08 Feb 2018)

  New Revision: c0a5a30d184a55ee328d14eb13f77156473a9ced
  https://github.com/mroonga/mroonga/commit/c0a5a30d184a55ee328d14eb13f77156473a9ced

  Message:
    doc install stretch: use apt instead of apt-get

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

  Modified: doc/source/install/debian.rst (+6 -6)
===================================================================
--- doc/source/install/debian.rst    2018-02-08 14:36:55 +0900 (10bee580)
+++ doc/source/install/debian.rst    2018-02-08 14:42:14 +0900 (c9bc18bd)
@@ -62,15 +62,15 @@ stretch (MariaDB)
 
 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 mariadb-server-10.1-mroonga
+  % 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
 
 If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a 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
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180208/d71cdc19/attachment.htm 



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