perl: warning: Falling back to the standard locale ("C").   (Ubuntu repo sync 报错)

时间:2016-08-22 16:22:11   收藏:0   阅读:872

报错::perl: warning: Setting locale failed.                                      

perl: warning: Please check that your locale settings:                     

        LANGUAGE = (unset),                                                

        LC_ALL = (unset),                                                  

        LANG = "en_IE.UTF-8"                                               

    are supported and installed on your system.                            

perl: warning: Falling back to the standard locale ("C").   


apt-get install locales

dpkg-reconfigure locales



LANG=en_US.UTF8

export LC_ALL=en_US.UTF8

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!