mint는 설치가 완료 된 후, 한글 설정이 되어 있지 않다. 직접 설치를 해야 한다.


Init.  Package Manager Repositories 설정 하기

Menu > Package Manager > Settings > Repositories



Other... 를 선택하여 직접 선택 한다.



한국 서버로 설정 하면 다운로드 속도가 좀 더 빠르다.


Step 1.  Update 하기

아래의 명령어를 실행 하자. 



whitelife@whitelife ~/Desktop $ sudo apt-get update

[sudo] password for whitelife: 


// ...



Step 2.  hangul package 설치 하기

아래의 명령어를 실행 하자. 



whitelife@whitelife ~/Desktop $ sudo apt-get install ibus-hangul

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following extra packages will be installed:

  ibus ibus-gtk ibus-gtk3 libhangul-data libhangul1 libibus-1.0-0 python-ibus

The following NEW packages will be installed:

  ibus ibus-gtk ibus-gtk3 ibus-hangul libhangul-data libhangul1 libibus-1.0-0

  python-ibus

0 upgraded, 8 newly installed, 0 to remove and 521 not upgraded.

Need to get 2845 kB of archives.

After this operation, 8662 kB of additional disk space will be used.

Do you want to continue [Y/n]?  Y


// ...


Setting up ibus-gtk (1.4.1-3ubuntu1) ...

Setting up ibus-gtk3 (1.4.1-3ubuntu1) ...

Setting up libhangul-data (0.1.0-1) ...

Setting up libhangul1 (0.1.0-1) ...

Setting up ibus-hangul (1.3.1-3build1) ...

Processing triggers for libc-bin ...

ldconfig deferred processing now taking place



Step 3.  Language Support 설정 하기

Control Center > Language Support 에 들어가면 아래와 같은 창이 나온다 설치 하자.



설치가 완료 되면 Close를 한 후 다시 창을 열자.

Language, Regional Formats 에서 Apply System-Wide 를 클릭 하자.



완료 되었다면, Reboot 한다.

한글이 적용 되었다. !!!



Grub 화면도 한글로 적용하려면 grub-pc package를 재설치 해야 한다.



sudo apt-get remove grub-pc

sudo apt-get install grub-pc




+ Recent posts