Tag Archives: locale

Cannot open the message catalog “man” for locale “zh_CN.UTF-8″

今天使用 centos 6.2 出现这个问题 Cannot open the message catalog “man” for locale “zh_CN.UTF-8″ 本能的反映应该是和系统默认设置的中文有关,google 了一下,发现现成的答案都是一些这种的方法 我也来提供一个解决方法: /etc/environment 文件中增加下面2行 LANG=en_US.utf-8 LC_ALL=en_US.utf-8

Posted in Linux | Tagged | Leave a comment