apt-get output all in Chinese

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I did this:



sudo apt-get install task-chinese-s-desktop


to get a Mandarin Chinese desktop environment (I'm learning the language). But I found it so irritating that I did



sudo apt-get remove task-chinese-s-desktop


again. I found that even after removing this, its output is in Chinese still:



$ sudo apt-get autoremove
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 8 个软件包未被升级。


Why is this happening? What determines what language this program is in? If it matters, I'm on Linux Mint.



In case this provides anyone with a clue: I upgraded the initramfs (unrelated to this issue, I just have a habit of making sure my packages are up-to-date). I got this warning:



update-initramfs: Generating /boot/initrd.img-4.4.0-21-generic
Warning: No support for locale: zh_CN.utf8


It's not $LANG:



$ echo $LANG
en_GB.UTF-8






share|improve this question






















  • Look in /etc/default/locale to see if it has changed your locale.
    – arochester
    Oct 28 '17 at 9:18










  • @arochester That did the trick. It had zh_CN all over which I changed to en_GB. Question is then, why did I spot that when I did echo $LANG? Anyway, if you post that as an answer I will happily accept it.
    – Wilson
    Oct 28 '17 at 9:36










  • typing locale gives all environment variables related to language. Notice there are also LANGUAGE and LC_ALL.
    – A.B
    Oct 28 '17 at 18:34














up vote
1
down vote

favorite












I did this:



sudo apt-get install task-chinese-s-desktop


to get a Mandarin Chinese desktop environment (I'm learning the language). But I found it so irritating that I did



sudo apt-get remove task-chinese-s-desktop


again. I found that even after removing this, its output is in Chinese still:



$ sudo apt-get autoremove
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 8 个软件包未被升级。


Why is this happening? What determines what language this program is in? If it matters, I'm on Linux Mint.



In case this provides anyone with a clue: I upgraded the initramfs (unrelated to this issue, I just have a habit of making sure my packages are up-to-date). I got this warning:



update-initramfs: Generating /boot/initrd.img-4.4.0-21-generic
Warning: No support for locale: zh_CN.utf8


It's not $LANG:



$ echo $LANG
en_GB.UTF-8






share|improve this question






















  • Look in /etc/default/locale to see if it has changed your locale.
    – arochester
    Oct 28 '17 at 9:18










  • @arochester That did the trick. It had zh_CN all over which I changed to en_GB. Question is then, why did I spot that when I did echo $LANG? Anyway, if you post that as an answer I will happily accept it.
    – Wilson
    Oct 28 '17 at 9:36










  • typing locale gives all environment variables related to language. Notice there are also LANGUAGE and LC_ALL.
    – A.B
    Oct 28 '17 at 18:34












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I did this:



sudo apt-get install task-chinese-s-desktop


to get a Mandarin Chinese desktop environment (I'm learning the language). But I found it so irritating that I did



sudo apt-get remove task-chinese-s-desktop


again. I found that even after removing this, its output is in Chinese still:



$ sudo apt-get autoremove
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 8 个软件包未被升级。


Why is this happening? What determines what language this program is in? If it matters, I'm on Linux Mint.



In case this provides anyone with a clue: I upgraded the initramfs (unrelated to this issue, I just have a habit of making sure my packages are up-to-date). I got this warning:



update-initramfs: Generating /boot/initrd.img-4.4.0-21-generic
Warning: No support for locale: zh_CN.utf8


It's not $LANG:



$ echo $LANG
en_GB.UTF-8






share|improve this question














I did this:



sudo apt-get install task-chinese-s-desktop


to get a Mandarin Chinese desktop environment (I'm learning the language). But I found it so irritating that I did



sudo apt-get remove task-chinese-s-desktop


again. I found that even after removing this, its output is in Chinese still:



$ sudo apt-get autoremove
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 8 个软件包未被升级。


Why is this happening? What determines what language this program is in? If it matters, I'm on Linux Mint.



In case this provides anyone with a clue: I upgraded the initramfs (unrelated to this issue, I just have a habit of making sure my packages are up-to-date). I got this warning:



update-initramfs: Generating /boot/initrd.img-4.4.0-21-generic
Warning: No support for locale: zh_CN.utf8


It's not $LANG:



$ echo $LANG
en_GB.UTF-8








share|improve this question













share|improve this question




share|improve this question








edited Oct 28 '17 at 9:04

























asked Oct 28 '17 at 8:59









Wilson

1064




1064











  • Look in /etc/default/locale to see if it has changed your locale.
    – arochester
    Oct 28 '17 at 9:18










  • @arochester That did the trick. It had zh_CN all over which I changed to en_GB. Question is then, why did I spot that when I did echo $LANG? Anyway, if you post that as an answer I will happily accept it.
    – Wilson
    Oct 28 '17 at 9:36










  • typing locale gives all environment variables related to language. Notice there are also LANGUAGE and LC_ALL.
    – A.B
    Oct 28 '17 at 18:34
















  • Look in /etc/default/locale to see if it has changed your locale.
    – arochester
    Oct 28 '17 at 9:18










  • @arochester That did the trick. It had zh_CN all over which I changed to en_GB. Question is then, why did I spot that when I did echo $LANG? Anyway, if you post that as an answer I will happily accept it.
    – Wilson
    Oct 28 '17 at 9:36










  • typing locale gives all environment variables related to language. Notice there are also LANGUAGE and LC_ALL.
    – A.B
    Oct 28 '17 at 18:34















Look in /etc/default/locale to see if it has changed your locale.
– arochester
Oct 28 '17 at 9:18




Look in /etc/default/locale to see if it has changed your locale.
– arochester
Oct 28 '17 at 9:18












@arochester That did the trick. It had zh_CN all over which I changed to en_GB. Question is then, why did I spot that when I did echo $LANG? Anyway, if you post that as an answer I will happily accept it.
– Wilson
Oct 28 '17 at 9:36




@arochester That did the trick. It had zh_CN all over which I changed to en_GB. Question is then, why did I spot that when I did echo $LANG? Anyway, if you post that as an answer I will happily accept it.
– Wilson
Oct 28 '17 at 9:36












typing locale gives all environment variables related to language. Notice there are also LANGUAGE and LC_ALL.
– A.B
Oct 28 '17 at 18:34




typing locale gives all environment variables related to language. Notice there are also LANGUAGE and LC_ALL.
– A.B
Oct 28 '17 at 18:34










1 Answer
1






active

oldest

votes

















up vote
2
down vote













From the terminal run:



export LC_ALL=C


then :



locale-gen "en_GB.UTF-8"
dpkg-reconfigure locales





share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f401029%2fapt-get-output-all-in-chinese%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    From the terminal run:



    export LC_ALL=C


    then :



    locale-gen "en_GB.UTF-8"
    dpkg-reconfigure locales





    share|improve this answer
























      up vote
      2
      down vote













      From the terminal run:



      export LC_ALL=C


      then :



      locale-gen "en_GB.UTF-8"
      dpkg-reconfigure locales





      share|improve this answer






















        up vote
        2
        down vote










        up vote
        2
        down vote









        From the terminal run:



        export LC_ALL=C


        then :



        locale-gen "en_GB.UTF-8"
        dpkg-reconfigure locales





        share|improve this answer












        From the terminal run:



        export LC_ALL=C


        then :



        locale-gen "en_GB.UTF-8"
        dpkg-reconfigure locales






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 28 '17 at 9:54









        GAD3R

        22.7k154895




        22.7k154895



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f401029%2fapt-get-output-all-in-chinese%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay