[root@centos ~]# wget http://osdn.dl.sourceforge.jp/nkf/20770/nkf207.tar.gz ← nkfダウンロード
--16:45:16-- http://osdn.dl.sourceforge.jp/nkf/15302/nkf207.tar.gz
=> `nkf207.tar.gz'
osdn.dl.sourceforge.jp をDNSに問いあわせています... 61.215.208.23
osdn.dl.sourceforge.jp|61.215.208.23|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 149,809 (146K) [application/x-gzip]
100%[=================================================>] 149,809 --.--K/s
16:45:17 (1.82 MB/s) - `nkf207.tar.gz' を保存しました [149809/149809]
[root@centos ~]# tar zxvf nkf207.tar.gz ← nkf展開
[root@centos ~]# cd nkf207 ← nkf展開先ディレクトリへ移動
[root@centos nkf207]# make ← コンパイル
[root@centos nkf207]# cp nkf /usr/bin ← nkfコマンドを所定のディレクトリへコピー
[root@centos nkf207]# cd ← nkf展開先ディレクトリを抜ける
[root@centos ~]# rm -rf nkf207 ← nkf展開先ディレクトリを削除
[root@centos ~]# rm -f nkf207.tar.gz ← ダウンロードしたnkfを削除
|
|