Rootserver Sponsor

webtropia"

Donations

Please support your operating system's further development:

donate"

日本語入力

(English text is in later part of this page)

1. フォント
#!/bin/bash
#
#  Language-Japanese_Font.sh
#  Install following packages
#	ttf-kochi-gothic
#	ttf-kochi-mincho
#	ttf-vlgothic
#	ttf-kiloji
#	ttf-mona

apt-get install ttf-kochi-gothic ttf-kochi-mincho ttf-vlgothic ttf-kiloji ttf-mona


2. 入力環境
#!/bin/bash
#
#  Language-Japanese_Input.sh
#  Japanese IME: IBUS-Anthy, etc. 
#  Install following packages:
#	im-switch
#       ibus-anthy
#	ibus-qt4
#	ibus-gtk
#	ttf-kochi-gothic

apt-get install im-switch ibus-anthy ibus-qt4 ibus-gtk ttf-kochi-gothic

im-switch -s ibus


Japanese Input



1. Font
#!/bin/bash
#
#  Language-Japanese_Font.sh
#  Install following packages
#	ttf-kochi-gothic
#	ttf-kochi-mincho
#	ttf-vlgothic
#	ttf-kiloji
#	ttf-mona

apt-get install ttf-kochi-gothic ttf-kochi-mincho ttf-vlgothic ttf-kiloji ttf-mona


2. Input Method (IBUS)
#!/bin/bash
#
#  Language-Japanese_Input.sh
#  Japanese IME: IBUS-Anthy, etc. 
#  Install following packages:
#	im-switch
#       ibus-anthy
#	ibus-qt4
#	ibus-gtk
#	ttf-kochi-gothic

apt-get install im-switch ibus-anthy ibus-qt4 ibus-gtk ttf-kochi-gothic

im-switch -s ibus



System administration