日本語処理に必要なnkfコマンドをインストールする
[root@centos ~]# wget "http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fnkf%2F59912%2Fnkf-2.1.3.tar.gz" -O nkf-2.1.3.tar.gz ← nkfダウンロード |
[root@centos ~]# tar zxvf nkf-2.1.3.tar.gz ← nkf展開 |
[root@centos ~]# cd nkf-2.1.3/ ← nkf展開先ディレクトリへ移動 |
[root@centos nkf-2.1.3]# make && make install ← nkfインストール |
[root@centos nkf-2.1.3]# cd ← nkf展開先ディレクトリを抜ける |
[root@centos ~]# rm -rf nkf-2.1.3 ← nkf展開先ディレクトリを削除 |
[root@centos ~]# rm -f nkf-2.1.3.tar.gz ← ダウンロードしたnkfを削除 |
[root@centos ~]# ln -s /usr/local/bin/nkf /usr/bin/nkf ← /usr/local/bin/nkfから/usr/bin/nkfへリンクをはる |