Wikula » KoreanInput
Korean Input
1. Fonts Only
#!/bin/bash # # Language-Korean_Font.sh # Install following packages # ttf-alee # ttf-baekmuk apt-get install ttf-alee ttf-baekmuk
2. Input Method (IBUS) & Fonts
#!/bin/bash # # Language-Korean_Input.sh # Korean Fonts & IME: IBUS-Hangul, etc. # Install following packages # im-switch # ibus-hangle # ibus-qt4 # ibus-gtk # ttf-alee # ttf-baekmuk apt-get install im-switch ibus-hangul ibus-qt4 ibus-gtk ttf-alee ttf-baekmuk # set im-switch to use ibus im-switch -s ibus
written by muchan
System administration