centos warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

前端之家收集整理的这篇文章主要介绍了centos warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

生成相应的locale配置文件

localedef -v -c -i en_US -f UTF-8 en_US.UTF-8

查看系统当前支持的locale定义

locale -a
原文链接:https://www.f2er.com/centos/376614.html

猜你在找的CentOS相关文章