-
우분투에서 language-pack-ko 를 설치하기 위해서는 아래와 같이 하면 된다.$ apt-get install language-pack-ko$ locale-gen ko_KR.UTF-8 $ sudo vi /etc/profile profile 에 아래 내용 추가export LANG=ko_KR.UTF-8