[Groonga-commit] groonga/groonga [master] doc: use apt-get instead of aptitude

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 29日 (金) 12:34:09 JST


HAYASHI Kentaro	2012-06-29 12:34:09 +0900 (Fri, 29 Jun 2012)

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

  Log:
    doc: use apt-get instead of aptitude
    
    NOTE: Currently, if you use aptitude, package install process fails
          on wheezy i386 and wheezy amd64 environment.

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

  Modified: doc/source/install/debian.txt (+4 -4)
===================================================================
--- doc/source/install/debian.txt    2012-06-29 12:34:05 +0900 (73db695)
+++ doc/source/install/debian.txt    2012-06-29 12:34:09 +0900 (d08ada4)
@@ -58,10 +58,10 @@ Add the groonga apt repository.
 
 Install::
 
-  % sudo aptitude update
-  % sudo aptitude -V -D -y --allow-untrusted install groonga-keyring
-  % sudo aptitude update
-  % sudo aptitude -V -D -y install groonga
+  % sudo apt-get update
+  % sudo apt-get -y --allow-unauthenticated install groonga-keyring
+  % sudo apt-get update
+  % sudo apt-get -y install groonga
 
 If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
 tokenizer, install groonga-tokenizer-mecab package.
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index