ソースコードの入手
wget http://osdn.dl.sourceforge.jp/nkf/19481/nkf206a.tar.gz
tarボールの展開
tar xfvz nkf206a.tar.gz
コンパイル
cd nkf206 make
コンパイル後、バイナリが生成される
# ls -l nkf -rwxr-xr-x 1 root root 220927 Jan 17 15:06 nkf
インストールは手動にて行う
cp nkf /usr/local/bin/
edit