错误描述
使用yum报错:
Failed to set locale, defaulting to C
查看问题:
locale
解决问题:
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile
source /etc/profile
本文介绍了一种常见的YUM安装过程中遇到的错误:“Failed to set locale, defaulting to C”,并提供了详细的解决方案,通过修改locale设置来修复该问题。
错误描述
使用yum报错:
Failed to set locale, defaulting to C
查看问题:
locale
解决问题:
echo "export LC_ALL=en_US.UTF-8" >> /etc/profile
source /etc/profile

被折叠的 条评论
为什么被折叠?
