한글화설치
apt-get install language-pack-ko language-pack-ko-base
sudo locale-gen ko_KR.EUC-KR
sudo locale-gen ko_KR.UTF-8
한글입력설치 (ibus 설정에서 태극마크로 설정해야함!)
Xwindow에서는 System - Language 에서 추가 가능
1. Install korean language package.
2. Generate locale.
3. Modify language setting files.
4. Reconfigure locales.
5. And then, restart the system.
apt-get install language-pack-ko language-pack-ko-base
sudo locale-gen ko_KR.EUC-KR
sudo locale-gen ko_KR.UTF-8
한글입력설치 (ibus 설정에서 태극마크로 설정해야함!)
sudo apt-get install ibus-hangul
Xwindow에서는 System - Language 에서 추가 가능
1. Install korean language package.
# apt-get install language-pack-ko
2. Generate locale.
# locale-gen ko_KR.EUC-KR
3. Modify language setting files.
# vi /var/lib/locales/supported.d/ko
# vi /etc/environment
# vi /etc/default/locale
ko_KR.EUC-KR EUC-KR
# vi /etc/environment
LANG = "ko_KR.EUC-KR"
LANGUAGE="ko_KR:ko:en_GB:en"
LANGUAGE="ko_KR:ko:en_GB:en"
# vi /etc/default/locale
LANGUAGE="ko_KR.EUC-KR"
4. Reconfigure locales.
# dpkg-reconfigure locales
5. And then, restart the system.
# shutdown -r now