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

时间:2016-08-22 16:21:16   收藏:0   阅读:1343

报错::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

原文:http://kmt1994.blog.51cto.com/8766580/1841078

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!