LoginSignup
0
0

More than 3 years have passed since last update.

rpm yum wget configure

Last updated at Posted at 2020-10-20

rpm -Uvh インストールのみ ⇦ wgetやcurlでダウンロードしてきたrpmパッケージ
 単体のみ

yum ダウンロードしてインストール 
 依存関係全て

https://www.youtube.com/watch?v=UVLTU-62uZ4&feature=youtu.be
11.18秒

wgetやcurlでダウンロードしてきた↓

qiita.sh
% tar zxfv mecab-X.X.tar.gz
 % cd mecab-X.X
 % ./configure 
 % make
 % make check
 % su
 # make install

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0