ubuntu/debian 系统字体问题

kevin.Zhu 发布于:2013-2-3 12:36 分类:Linux  有 15 人浏览,获得评论 0 条  

http://stackoverflow.com/questions/2499794/how-can-i-fix-a-locale-warning-from-perl


on Debian after much searching this did the trick.

first:

sudo apt-get purge locales

then:

sudo aptitude install locales

and the famous:

sudo dpkg-reconfigure locales

This rids the system of locales, then re-installs locales and downgrades libc6 from 2.19 to 2.13 which is the issue. Then configures locales again.