Debian下Cannot set LC_CTYPE to default locale: No such file or directory解决方法
Posted ldxsuanfa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Debian下Cannot set LC_CTYPE to default locale: No such file or directory解决方法相关的知识,希望对你有一定的参考价值。
把语言环境变量改为英文
将Ubuntu系统语言环境改为英文的en_US.UTF-8
查看当前系统语言环境
locale
编辑配置文件。将zh_US.UTF-8改为en_US.UTF-8。zh改为en
sudo nano /etc/default/locale
LANG="en_US.UTF-8" LANGUAGE="en_US:en"
继续查看更改后的系统语言变量,假设出现下列错误,说明没安装en_US的local
[email protected]:~$ locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG=en_US.UTF-8 LANGUAGE=en_US:en 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=
查看系统内安装的locale
[email protected]:~$ locale -a locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_COLLATE to default locale: No such file or directory C POSIX zh_CN.utf8 zh_SG.utf8
看吧,没装en_US.UTF-8
安装en_US.UTF-8
sudo locale-gen en_US.UTF-8
再次查看,应该一切正常了。
[email protected]:/usr/share/locales$ locale LANG=en_US.UTF-8 LANGUAGE=en_US:en 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=
以上是关于Debian下Cannot set LC_CTYPE to default locale: No such file or directory解决方法的主要内容,如果未能解决你的问题,请参考以下文章
s5pv210启动debian出错提示bash: cannot set terminal process group (-1): Inappropriate ioctl for device
debian 挂载 iso 失败。提示 cannot setup loop device:no such file or directory.
dubbo java环境下出现Cannot resolve reference to bean 'carDao' setting bean property 'carDao
android studio的报错提示:Library projects cannot set applicationId
android studio的报错提示:Library projects cannot set applicationId
解决 CentOS 7 添加用户设置家目录出现 useradd cannot set SELinux context for home directory 问题