Chromebook Crouton Debian xfce4 - Cannot change locale!

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












1















On the system described in the title, I am trying to change my locale to a UTF-8 one, in order to run the program Anki. However it won't let me, the commands locale-reconfigure locale-gen and any locale-xxx/xxx-locale command doesn't exist.



There was no locale.gen so I created one, it looks like this:



en_GB.UTF-8 UTF-8
LC_ALL="en_GB.UTF-8"


When I type in locale it says everything is POSIX except LANG, LANGUAGE and LC_ALL which are all left blank.



locale -a returns:



C
C.UTF-8
POSIX


I've followed the guide on debian wiki and many other guides, all of which involve the use of locale-gen or a similar command which I don't have. I've also tried restarting with the new locale.gen, but that also didn't work.










share|improve this question




























    1















    On the system described in the title, I am trying to change my locale to a UTF-8 one, in order to run the program Anki. However it won't let me, the commands locale-reconfigure locale-gen and any locale-xxx/xxx-locale command doesn't exist.



    There was no locale.gen so I created one, it looks like this:



    en_GB.UTF-8 UTF-8
    LC_ALL="en_GB.UTF-8"


    When I type in locale it says everything is POSIX except LANG, LANGUAGE and LC_ALL which are all left blank.



    locale -a returns:



    C
    C.UTF-8
    POSIX


    I've followed the guide on debian wiki and many other guides, all of which involve the use of locale-gen or a similar command which I don't have. I've also tried restarting with the new locale.gen, but that also didn't work.










    share|improve this question


























      1












      1








      1








      On the system described in the title, I am trying to change my locale to a UTF-8 one, in order to run the program Anki. However it won't let me, the commands locale-reconfigure locale-gen and any locale-xxx/xxx-locale command doesn't exist.



      There was no locale.gen so I created one, it looks like this:



      en_GB.UTF-8 UTF-8
      LC_ALL="en_GB.UTF-8"


      When I type in locale it says everything is POSIX except LANG, LANGUAGE and LC_ALL which are all left blank.



      locale -a returns:



      C
      C.UTF-8
      POSIX


      I've followed the guide on debian wiki and many other guides, all of which involve the use of locale-gen or a similar command which I don't have. I've also tried restarting with the new locale.gen, but that also didn't work.










      share|improve this question
















      On the system described in the title, I am trying to change my locale to a UTF-8 one, in order to run the program Anki. However it won't let me, the commands locale-reconfigure locale-gen and any locale-xxx/xxx-locale command doesn't exist.



      There was no locale.gen so I created one, it looks like this:



      en_GB.UTF-8 UTF-8
      LC_ALL="en_GB.UTF-8"


      When I type in locale it says everything is POSIX except LANG, LANGUAGE and LC_ALL which are all left blank.



      locale -a returns:



      C
      C.UTF-8
      POSIX


      I've followed the guide on debian wiki and many other guides, all of which involve the use of locale-gen or a similar command which I don't have. I've also tried restarting with the new locale.gen, but that also didn't work.







      debian xfce locale






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 26 '14 at 11:23









      Kevdog777

      2,097123259




      2,097123259










      asked Aug 26 '14 at 10:28









      JamalJamal

      1063




      1063




















          2 Answers
          2






          active

          oldest

          votes


















          0














          You should use the command update-locale, and probably install a language package.



          This link has detailed step by step instructions to set the locale in Crouton.






          share|improve this answer























          • Yes, I've seen this, it doesn't work, the command update-locale doesn't exist.

            – Jamal
            Aug 26 '14 at 16:50











          • I think that you have to download a language package and to satisfy its dependencies apt will install the package that contains the locale utilities, package locales en Debian mainstream.

            – xae
            Aug 26 '14 at 17:44












          • Hmmm, the language packages cannot be found... Gosh this is a pain.

            – Jamal
            Aug 26 '14 at 17:52











          • The command to try should be like "sudo apt-get install language-pack-en"...

            – xae
            Aug 26 '14 at 18:00











          • Yeah, that's what I did, it says unable to locate package language-pack-en

            – Jamal
            Aug 26 '14 at 18:18


















          0















          dpkg-reconfigure locales




          Follow the prompts. You may need to reboot.






          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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            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%2f152224%2fchromebook-crouton-debian-xfce4-cannot-change-locale%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            You should use the command update-locale, and probably install a language package.



            This link has detailed step by step instructions to set the locale in Crouton.






            share|improve this answer























            • Yes, I've seen this, it doesn't work, the command update-locale doesn't exist.

              – Jamal
              Aug 26 '14 at 16:50











            • I think that you have to download a language package and to satisfy its dependencies apt will install the package that contains the locale utilities, package locales en Debian mainstream.

              – xae
              Aug 26 '14 at 17:44












            • Hmmm, the language packages cannot be found... Gosh this is a pain.

              – Jamal
              Aug 26 '14 at 17:52











            • The command to try should be like "sudo apt-get install language-pack-en"...

              – xae
              Aug 26 '14 at 18:00











            • Yeah, that's what I did, it says unable to locate package language-pack-en

              – Jamal
              Aug 26 '14 at 18:18















            0














            You should use the command update-locale, and probably install a language package.



            This link has detailed step by step instructions to set the locale in Crouton.






            share|improve this answer























            • Yes, I've seen this, it doesn't work, the command update-locale doesn't exist.

              – Jamal
              Aug 26 '14 at 16:50











            • I think that you have to download a language package and to satisfy its dependencies apt will install the package that contains the locale utilities, package locales en Debian mainstream.

              – xae
              Aug 26 '14 at 17:44












            • Hmmm, the language packages cannot be found... Gosh this is a pain.

              – Jamal
              Aug 26 '14 at 17:52











            • The command to try should be like "sudo apt-get install language-pack-en"...

              – xae
              Aug 26 '14 at 18:00











            • Yeah, that's what I did, it says unable to locate package language-pack-en

              – Jamal
              Aug 26 '14 at 18:18













            0












            0








            0







            You should use the command update-locale, and probably install a language package.



            This link has detailed step by step instructions to set the locale in Crouton.






            share|improve this answer













            You should use the command update-locale, and probably install a language package.



            This link has detailed step by step instructions to set the locale in Crouton.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 26 '14 at 16:02









            xaexae

            1,39376




            1,39376












            • Yes, I've seen this, it doesn't work, the command update-locale doesn't exist.

              – Jamal
              Aug 26 '14 at 16:50











            • I think that you have to download a language package and to satisfy its dependencies apt will install the package that contains the locale utilities, package locales en Debian mainstream.

              – xae
              Aug 26 '14 at 17:44












            • Hmmm, the language packages cannot be found... Gosh this is a pain.

              – Jamal
              Aug 26 '14 at 17:52











            • The command to try should be like "sudo apt-get install language-pack-en"...

              – xae
              Aug 26 '14 at 18:00











            • Yeah, that's what I did, it says unable to locate package language-pack-en

              – Jamal
              Aug 26 '14 at 18:18

















            • Yes, I've seen this, it doesn't work, the command update-locale doesn't exist.

              – Jamal
              Aug 26 '14 at 16:50











            • I think that you have to download a language package and to satisfy its dependencies apt will install the package that contains the locale utilities, package locales en Debian mainstream.

              – xae
              Aug 26 '14 at 17:44












            • Hmmm, the language packages cannot be found... Gosh this is a pain.

              – Jamal
              Aug 26 '14 at 17:52











            • The command to try should be like "sudo apt-get install language-pack-en"...

              – xae
              Aug 26 '14 at 18:00











            • Yeah, that's what I did, it says unable to locate package language-pack-en

              – Jamal
              Aug 26 '14 at 18:18
















            Yes, I've seen this, it doesn't work, the command update-locale doesn't exist.

            – Jamal
            Aug 26 '14 at 16:50





            Yes, I've seen this, it doesn't work, the command update-locale doesn't exist.

            – Jamal
            Aug 26 '14 at 16:50













            I think that you have to download a language package and to satisfy its dependencies apt will install the package that contains the locale utilities, package locales en Debian mainstream.

            – xae
            Aug 26 '14 at 17:44






            I think that you have to download a language package and to satisfy its dependencies apt will install the package that contains the locale utilities, package locales en Debian mainstream.

            – xae
            Aug 26 '14 at 17:44














            Hmmm, the language packages cannot be found... Gosh this is a pain.

            – Jamal
            Aug 26 '14 at 17:52





            Hmmm, the language packages cannot be found... Gosh this is a pain.

            – Jamal
            Aug 26 '14 at 17:52













            The command to try should be like "sudo apt-get install language-pack-en"...

            – xae
            Aug 26 '14 at 18:00





            The command to try should be like "sudo apt-get install language-pack-en"...

            – xae
            Aug 26 '14 at 18:00













            Yeah, that's what I did, it says unable to locate package language-pack-en

            – Jamal
            Aug 26 '14 at 18:18





            Yeah, that's what I did, it says unable to locate package language-pack-en

            – Jamal
            Aug 26 '14 at 18:18













            0















            dpkg-reconfigure locales




            Follow the prompts. You may need to reboot.






            share|improve this answer



























              0















              dpkg-reconfigure locales




              Follow the prompts. You may need to reboot.






              share|improve this answer

























                0












                0








                0








                dpkg-reconfigure locales




                Follow the prompts. You may need to reboot.






                share|improve this answer














                dpkg-reconfigure locales




                Follow the prompts. You may need to reboot.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 14 '18 at 5:30









                BennyBenny

                25118




                25118



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f152224%2fchromebook-crouton-debian-xfce4-cannot-change-locale%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown






                    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