Fix Error - Locale: Cannot Set LC_ALL to default locale: No such file or directory

本文详细介绍了如何解决Linux中遇到的locale设置错误‘locale: Cannot set LC_ALL to default locale: No such file or directory’。通过列出所有可用的locale、设置特定的locale参数以及确保glibc-locale包已安装,可以有效解决该问题。
Question

How to fix the error “locale: Cannot Set LC_ALL to default locale: No such file or directory”.

Answer

Locales are used in Linux to define which language the user uses. As the locales define the character sets being used as well, setting up the correct locale is especially important if the language contains non-ASCII characters.

To list all available locales, use:

$ locale –a
LANG=en_US.UTF-8
LC_CTYPE=”en_US.UTF-8″
LC_NUMERIC=”en_US.UTF-8″
LC_TIME=”en_US.UTF-8″
LC_COLLATE=”en_US.UTF-8″
LC_MONETARY=”en_US.UTF-8″
LC_MESSAGES=”en_US.UTF-8″
LC_PAPER=”en_US.UTF-8″
LC_NAME=”en_US.UTF-8″
LC_ADDRESS=”en_US.UTF-8″
LC_TELEPHONE=”en_US.UTF-8″
LC_MEASUREMENT=”en_US.UTF-8″
LC_IDENTIFICATION=”en_US.UTF-8″
LC_ALL=

On a debian server, you can fix it using the following.

1. Export “LC_ALL” parameter

export LC_ALL=en_US.UTF-8

2. Enable the locales in the server

locale-gen en_US.UTF-8
dpkg-reconfigure locales

or

Trying editing /etc/defaults/locale file and set LANG paramenter as below

LANG=en_US.UTF-8

3 Make sure package glibc-locale installed
- See more at: http://linoxide.com/linux-how-to/fix-error-locale-cannot-set-lc_all-to-default-locale-no-such-file-or-directory/#sthash.rPPgzoBX.dpuf
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值