How do I set up the locale configuration on Arch Linux [closed]
The Arch Linux wiki says to run locale -a
and modify the file /etc/locale.gen
as first steps to setting locale on an Arch Linux system.
However, on my system locale -a
results in errors and the file /etc/local.gen
does not exist. Also, the file /etc/local.conf
does not exist either. Obviously there is some disconnect here about the assumptions the person who wrote the wiki article is making. What is it?
arch-linux locale
closed as off-topic by jasonwryan, RalfFriedl, Thomas, terdon♦ Jan 6 at 13:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – jasonwryan, RalfFriedl, Thomas, terdon
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
The Arch Linux wiki says to run locale -a
and modify the file /etc/locale.gen
as first steps to setting locale on an Arch Linux system.
However, on my system locale -a
results in errors and the file /etc/local.gen
does not exist. Also, the file /etc/local.conf
does not exist either. Obviously there is some disconnect here about the assumptions the person who wrote the wiki article is making. What is it?
arch-linux locale
closed as off-topic by jasonwryan, RalfFriedl, Thomas, terdon♦ Jan 6 at 13:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – jasonwryan, RalfFriedl, Thomas, terdon
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
The Arch Linux wiki says to run locale -a
and modify the file /etc/locale.gen
as first steps to setting locale on an Arch Linux system.
However, on my system locale -a
results in errors and the file /etc/local.gen
does not exist. Also, the file /etc/local.conf
does not exist either. Obviously there is some disconnect here about the assumptions the person who wrote the wiki article is making. What is it?
arch-linux locale
The Arch Linux wiki says to run locale -a
and modify the file /etc/locale.gen
as first steps to setting locale on an Arch Linux system.
However, on my system locale -a
results in errors and the file /etc/local.gen
does not exist. Also, the file /etc/local.conf
does not exist either. Obviously there is some disconnect here about the assumptions the person who wrote the wiki article is making. What is it?
arch-linux locale
arch-linux locale
asked Jan 4 at 15:21
Tyler DurdenTyler Durden
1,59242050
1,59242050
closed as off-topic by jasonwryan, RalfFriedl, Thomas, terdon♦ Jan 6 at 13:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – jasonwryan, RalfFriedl, Thomas, terdon
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by jasonwryan, RalfFriedl, Thomas, terdon♦ Jan 6 at 13:30
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." – jasonwryan, RalfFriedl, Thomas, terdon
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
According to your question, you are looking for /etc/local.conf
, however, the configuration is within /etc/locale.conf
with a final "e". If it not exist you and you have writing permission on /etc/
, then you can just:
echo LANG=en_US.UTF-8 > /etc/locale.conf
and that would do it, of course this is an example just with language, you can do what ever locale configuration you'd like.
yep it was a typo sorry about that, well at least you got an accepted answer :-)
– Tyler Durden
Jan 4 at 17:04
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to your question, you are looking for /etc/local.conf
, however, the configuration is within /etc/locale.conf
with a final "e". If it not exist you and you have writing permission on /etc/
, then you can just:
echo LANG=en_US.UTF-8 > /etc/locale.conf
and that would do it, of course this is an example just with language, you can do what ever locale configuration you'd like.
yep it was a typo sorry about that, well at least you got an accepted answer :-)
– Tyler Durden
Jan 4 at 17:04
add a comment |
According to your question, you are looking for /etc/local.conf
, however, the configuration is within /etc/locale.conf
with a final "e". If it not exist you and you have writing permission on /etc/
, then you can just:
echo LANG=en_US.UTF-8 > /etc/locale.conf
and that would do it, of course this is an example just with language, you can do what ever locale configuration you'd like.
yep it was a typo sorry about that, well at least you got an accepted answer :-)
– Tyler Durden
Jan 4 at 17:04
add a comment |
According to your question, you are looking for /etc/local.conf
, however, the configuration is within /etc/locale.conf
with a final "e". If it not exist you and you have writing permission on /etc/
, then you can just:
echo LANG=en_US.UTF-8 > /etc/locale.conf
and that would do it, of course this is an example just with language, you can do what ever locale configuration you'd like.
According to your question, you are looking for /etc/local.conf
, however, the configuration is within /etc/locale.conf
with a final "e". If it not exist you and you have writing permission on /etc/
, then you can just:
echo LANG=en_US.UTF-8 > /etc/locale.conf
and that would do it, of course this is an example just with language, you can do what ever locale configuration you'd like.
answered Jan 4 at 16:25
NetzsoocNetzsooc
586
586
yep it was a typo sorry about that, well at least you got an accepted answer :-)
– Tyler Durden
Jan 4 at 17:04
add a comment |
yep it was a typo sorry about that, well at least you got an accepted answer :-)
– Tyler Durden
Jan 4 at 17:04
yep it was a typo sorry about that, well at least you got an accepted answer :-)
– Tyler Durden
Jan 4 at 17:04
yep it was a typo sorry about that, well at least you got an accepted answer :-)
– Tyler Durden
Jan 4 at 17:04
add a comment |