OS/Raspberry Pi

Raspberry Pi 한글 설정

강서버 2023. 4. 21. 11:47
728x90
반응형

1. fonts-unfonts-core 설치

sudo apt install fonts-unfonts-core

 

user@raspberrypi:~ $ sudo apt install fonts-unfonts-core

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  fonts-unfonts-core
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.9 MB of archives.
After this operation, 34.3 MB of additional disk space will be used.
(... 로그 생략 ...)

 

 

2. IBUS 설치

sudo apt install ibus ibus-hangul


user@raspberrypi:~ $ sudo apt install ibus ibus-hangul
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  dconf-cli gir1.2-ibus-1.0 ibus-data ibus-gtk ibus-gtk3 im-config
  libhangul-data libhangul1 libibus-1.0-5 python3-ibus-1.0
Suggested packages:
  ibus-clutter ibus-doc
The following NEW packages will be installed:
  dconf-cli gir1.2-ibus-1.0 ibus ibus-data ibus-gtk ibus-gtk3 ibus-hangul
  im-config libhangul-data libhangul1 libibus-1.0-5 python3-ibus-1.0
0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 9,778 kB of archives.
After this operation, 69.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(... 로그 생략 ...)

 

 

3. Reboot (재부팅)

(Menu) Logout > Reboot

 

4. Raspberry Pi Locale 설정 변경

(Menu) Preferences > Raspberry Pi Configuration

(Tab) Localisation
Locale: Set Locale...
- Language: ko (Korean)
- Country: KR (South Korea)
- Character Set: UTF-8

 

5. 안되는 경우 유저 홈 디렉토리에서 .bashrc 파일에 아래 내용 추가 후 저장

$ vi ~/.bashrc

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

6. Reboot

(Menu) Logout > Reboot

 

 

728x90
반응형

'OS > Raspberry Pi' 카테고리의 다른 글

Raspberry Pi firefox install  (0) 2023.04.21
Raspberry Pi double commander install  (0) 2023.04.21
Raspberry Pi OpenJDK 11 install  (0) 2023.04.20
Raspberry Pi Java JDK 7, 8 Install  (0) 2020.10.04
Raspberry pi ibus install / uninstall  (0) 2020.10.04