> ## Content Index
> Fetch the complete content index at: https://suitmyself.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Centos8 "Failed to set locale"
- URL: https://suitmyself.com/centos8/
- Published: 2023-05-29T13:18:28.000Z
- Updated: 2026-09-16T03:09:28.000Z
- Author: Benjamin Kim
- Tags: Server, #Import 2026-09-15 05:58

### "Failed to set locale" 에러 발생시

```bash
# localectl set-locale LANG=ko_KR.UTF-8
or
# localectl set-locale LANG=en_KR.UTF-8
# yum search langpacks*
~~

```

Language Pack 설치

```bash
# dnf install langpacks-en langpacks-kr  
# dnf install glibc-langpack-en glibc-langpack-ko  
or
# dnf install glibc-all-langpacks

```

```bash
# dnf search glibc-langpack-en glibc-langpack-ko

```