Chromebook Crouton Debian xfce4 - Cannot change locale!
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
add a comment |
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
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
debian xfce locale
edited Aug 26 '14 at 11:23
Kevdog777
2,097123259
2,097123259
asked Aug 26 '14 at 10:28
JamalJamal
1063
1063
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
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
|
show 1 more comment
dpkg-reconfigure locales
Follow the prompts. You may need to reboot.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
|
show 1 more comment
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.
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
|
show 1 more comment
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.
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.
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
|
show 1 more comment
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
|
show 1 more comment
dpkg-reconfigure locales
Follow the prompts. You may need to reboot.
add a comment |
dpkg-reconfigure locales
Follow the prompts. You may need to reboot.
add a comment |
dpkg-reconfigure locales
Follow the prompts. You may need to reboot.
dpkg-reconfigure locales
Follow the prompts. You may need to reboot.
answered Jan 14 '18 at 5:30
BennyBenny
25118
25118
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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