In another post a member reporting a problem with using a terminal command to upgrade their software and showed an image of
I do not know why or how the member got to that state so let me explain what I tried to do my system in hope I was going to resolve it.
step 1 I used root powers to examine the contents of /etc/locale.gen
step 2 as a local user I ran the command
step 3 I made a full backup of that file and then used root powers to strip all contents until it was only this
en_AU.UTF-8 UTF-8
en_US.UTF-8 UTF-8
step 4 I then as root attempted to change my locale with this result
I admit I am new to LL and may do things a bit different. I am sure some members might find me arrogant but I am stumped on this one.
Any clues
I do not know why or how the member got to that state so let me explain what I tried to do my system in hope I was going to resolve it.
step 1 I used root powers to examine the contents of /etc/locale.gen
step 2 as a local user I ran the command
Code:
gordon@asus:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
gordon@asus:~$
step 3 I made a full backup of that file and then used root powers to strip all contents until it was only this
en_AU.UTF-8 UTF-8
en_US.UTF-8 UTF-8
step 4 I then as root attempted to change my locale with this result
Code:
gordon@asus:~$ sudo locale-gen
Generating locales (this might take a while)...
en_AG.UTF-8... done
en_AU.UTF-8... done
en_BW.UTF-8... done
en_CA.UTF-8... done
en_DK.UTF-8... done
en_GB.UTF-8... done
en_HK.UTF-8... done
en_IE.UTF-8... done
en_IN.UTF-8... done
en_NG.UTF-8... done
en_NZ.UTF-8... done
en_PH.UTF-8... done
en_SG.UTF-8... done
en_US.UTF-8... done
en_ZA.UTF-8... done
en_ZM.UTF-8... done
en_ZW.UTF-8... done
Generation complete.
gordon@asus:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I admit I am new to LL and may do things a bit different. I am sure some members might find me arrogant but I am stumped on this one.
Any clues
Good Luck