As usual first update APT/RPM's database:
$ su
# apt-get update
# apt-get install less
You may want to add
export JLESSCHARSET=japanese-euc
to your ~/.bashrc to browse Japanese documents.
nkf
# apt-get install nkf
kterm
# apt-get install kterm
Notes:
Found that termcap entry for kterm is missing:
$ cp /usr/share/misc/termcap ~/.termcap
$ cat <kterm source dir>/termcap.kt >> ~/.termcap
For inputting Japanese characters, do
$ vi ~/.inputrc
set convert-meta off
set meta-flag on
set output-meta on
kinput2 (Kotoeri Version)
# apt-get install kinput2
# apt-get install libjpeg libpng libtiff
Ghostscript
# apt-get install chkfontpath urw-fonts ghostscript ghostscript-fonts
Ghostview
# apt-get install gv
There are many TeX packages available on the net. For Japanese type setting, the following RPMs might be useful:
# apt-get install netpbm gd fonts-japanese
# apt-get install tetex-latex tetex-afm tetex-xdvi dvipdfmx
You can also use these with TeXShop, following the instruction given in http://www.r.dendai.ac.jp/~kiriki/tex.
# apt-get install ImageMagic-c++
Ncftp
# apt-get install ncftp
Note:
Found that termcap entry for kterm is missing:
$ cp /usr/share/misc/termcap ~/.termcap
$ cat <kterm source dir>/termcap.kt >> ~/.termcap
This must fix strange behavior of ncftp in hosts menu.
xtiff
# apt-get install xtiff
Tgif
# apt-get install tgif-QPL
To edit a postscript file with Tgif:
# apt-get install pstoedit
To enable LaTeX mode in Tgif:
# apt-get install epstool
Then clean up:
# apt-get clean
# exit