(작성일 2023.01.18)
- 목차
라즈베리파이4 - 한글 폰트 설치
라즈베리파이4 - 한글입력기 설치
라즈베리파이 - 한글입력시 설치 참고 사이트
라즈베리파이를 처음 설치하고 나니, 아래와 같이 한글이 깨져셔 나오고 있습니다.
한글 FONT를 적용합니다.
공용 폰트인 fonts-unfonts-core 을 설치하면 해결됩니다.
user@rasp4:~ $ su
root@rasp4:/home/user# apt update
root@rasp4:/home/user# apt install fonts-unfonts-core
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libfuse2
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
fonts-unfonts-core
0 upgraded, 1 newly installed, 0 to remove and 113 not upgraded.
Need to get 14.9 MB of archives.
After this operation, 34.3 MB of additional disk space will be used.
Get:1 http://ftp.kaist.ac.kr/raspbian/raspbian bullseye/main armhf fonts-unfonts-core all 1:1.0.2-080608-16 [14.9 MB]
Fetched 14.9 MB in 11s (1,361 kB/s)
Selecting previously unselected package fonts-unfonts-core.
(Reading database ... 172566 files and directories currently installed.)
Preparing to unpack .../fonts-unfonts-core_1%3a1.0.2-080608-16_all.deb ...
Unpacking fonts-unfonts-core (1:1.0.2-080608-16) ...
Setting up fonts-unfonts-core (1:1.0.2-080608-16) ...
Processing triggers for fontconfig (2.13.1-4.2) ...
root@rasp4:/home/user#
재부팅합니다.
root@rasp4:/home/user# sync && reboot
정상적으로 적용되었습니다.
저는 작업할때 한글을 잘 사용하지 않습니다만, 그렇더라도 한글 입력은 필요했습니다.
한글 입력기를 설치합니다.
제가 중간에 몇단계를 실패하고 다시 설치해서, 과정이 매끄럽지 못합니다. 본 포스팅의 아랫쪽으로 내려가시면, 비슷한 포스팅이 있으니 참고 바랍니다. |
키보드 레이아웃을 한국으로 설정합니다.
[메뉴] ㅡ> Preferences(기본설정) ㅡ> Raspberry Pi Configuration
키보드 레이아웃을 한국에 맞춥니다.
ibus를 설치합니다.
root@rasp4:/home/user# apt install ibus
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
libfuse2 libhangul-data libhangul1
....
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u4) ...
Processing triggers for man-db (2.9.4-2) ...
Setting up ibus (1.5.23-2) ...
root@rasp4:/home/user#
ibus-hangul을 설치합니다.
root@rasp4:/home/user# apt install ibus-hangul
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libfuse2
....
Unpacking ibus-hangul (1.5.4-1) ...
Setting up ibus-hangul (1.5.4-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for libglib2.0-0:armhf (2.66.8-1) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for desktop-file-utils (0.26-1) ...
root@rasp4:/home/user#
재부팅 합니다.
root@rasp4:/home/user# sync && reboot
nabi 입력기를 설치합니다.
user@rasp4:~ $ su
root@rasp4:/home/user# apt update
root@rasp4:/home/user# apt install nabi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libfuse2
....
Unpacking nabi (1.0.0-4+b1) ...
Setting up nabi (1.0.0-4+b1) ...
Processing triggers for man-db (2.9.4-2) ...
root@rasp4:/home/user#
[메뉴] ㅡ> Preferences(기본설정) ㅡ> Input Method
OK 선택
YES 선택
ibus 선택
OK 선택
키보드모양 아이콘 ㅡ> 마우스오른쪽 클릭 ㅡ> Preferences
NextInputMethod 를 변경합니다.
일반적으로 [Shift+Space]를 사용합니다.
ImputMethod 에 hangul 추가.
Add 후 검색창에 Korea를 치면 Korean이 보입니다. 이것을 선택한 후 다시 Hangul을 선택하여 Add 합니다.
hangul을 선택 후 preferences 를 누르고, 설정이 맞는지 확인합니다.
이후 [Shift+Space]를 사용하여 한영전환이 가능합니다.
부팅후 최초로 한영전환을 할 때는 수초간의 시간이 필요합니다.
여기까지 진행하시느라 수고하셨습니다.
https://hola-que-tal.tistory.com/46
포스팅은 여기까지입니다.
언제나 감사드립니다.
라즈베리파이 : 터미널용 탐색기 mc 프로그램 추천 (1) | 2023.01.19 |
---|---|
라즈베리파이4 탐색기 파일지우기 권한 에러 (0) | 2023.01.19 |
라즈베리파이4 모니터 없이 쉽게 설치하기 (0) | 2022.12.23 |
라즈베리파이4 듀얼 쿨러 케이스 조립기 (0) | 2022.12.22 |
윈도우/Linux 한줄에 여러 명령 넣기, Loop 돌리기 (0) | 2022.05.04 |
댓글 영역