This documents is about how to add packages which make Turbolinux 7 Workstation system conform to the LI18NUX2000 standard Basic Level. Please install with the following instruction. 1. Add-on packages you need. XFree86-100dpi-fonts-4.1.0-20.001.i586.rpm XFree86-4.1.0-20.001.i586.rpm XFree86-75dpi-fonts-4.1.0-20.001.i586.rpm XFree86-contrib-4.1.0-20.001.i586.rpm XFree86-cyrillic-fonts-4.1.0-20.001.i586.rpm XFree86-devel-4.1.0-20.001.i586.rpm XFree86-libs-4.1.0-20.001.i586.rpm XFree86-unicode-fonts-0.3.1-1.002.noarch.rpm XFree86-xfs-4.1.0-20.001.i586.rpm bash-2.05-2.003.i586.rpm bash-static-2.05-2.003.i586.rpm bash-doc-2.05-2.003.i586.rpm findutils-4.1.7-0.002.i586.rpm grep-2.4.2-7.002.i586.rpm iiimf-1.2-3.003.i586.rpm iiimf-canna-1.2-3.003.i586.rpm iiimf-newpy-1.2-3.003.i586.rpm iiimf-xiiimp-1.2-3.003.i586.rpm iiimf_conv-1.2-3.003.i586.rpm sed-3.02-7.003.i586.rpm Source packages which correspond to the above are as follow. XFree86-4.1.0-20.001.src.rpm XFree86-unicode-fonts-0.3.1-1.002.src.rpm bash-2.05-2.003.src.rpm findutils-4.1.7-0.002.src.rpm grep-2.4.2-7.002.src.rpm iiimf-1.2-3.003.src.rpm sed-3.02-7.003.src.rpm 2.Installation (1) Prepare a working directory(e.g. /kit),which needs about the capacity of 80MB. (2) Get every update RPM packages described above to your working directory from http://the.turbolinux.co.jp/dev/i18n (3) Execute following commands by superuser(root). # cd /kit # rpm -Uvh * Installation takes about 5 to 10 minutes. 3.Configure your system. (1)Start IIIMF server as a root user. # /etc/rc.d/init.d/IIim start (2)In the case you want your system to start the IIIMF server automatically when the system boots up , run this command. # chkconfig --add IIim (3) Configure each user environment. 1. Make change the ~/.lang/i18nterm file. (before) I18N_TERM="kterm kon emacs rxvt unicon" (after) I18N_TERM="kterm kon emacs rxvt unicon xterm" 2. Make change the ~/.lang/i18n file. (before) LANG=ja_JP.eucJP LC_ALL=ja_JP.eucJP (after) LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8 3. Create the ~/.xim file with following contents. export XMODIFIERS='@im=local' /usr/lib/im/httx & 4.Execution (6) Start the X Window System (as a normal user for whom you configure the environment). $ startx (7) Start the xterm with following command. $ xterm -fn '-gnu-*' & 7-Sep-2001 Turbolinux Japan K.K. Change log * Mon Sept 03 2001 Package update for some bug fix. [New Binary] bash-2.05-2.003.i586.rpm bash-static-2.05-2.003.i586.rpm bash-doc-2.05-2.003.i586.rpm [New Source] bash-2.05-2.003.src.rpm [Old Binary] bash-2.05-2.001.i586.rpm bash-static-2.05-2.001.i586.rpm bash-doc-2.05-2.001.i586.rpm [Old Source] bash-2.05-2.001.src.rpm