As per the subject, I cannot set a locale without getting error messages, using raspi-config on 64 bit Bookworm.
I want to set en_AU,UTF-8 UTF-8 and unset the default en_US.UTF-8 UTF-8 because I don't need the latter.
This causes an error message There was an error running option L1 Locale and *** update-locale: Error: invalid locale settings: LANG=en_AU.UTF-8 LC_ALL=en_US.UTF-8 LANGUAGE=en_US.UTF-8.
Typing locale at the command line produces:
What is going on?
I want to set en_AU,UTF-8 UTF-8 and unset the default en_US.UTF-8 UTF-8 because I don't need the latter.
This causes an error message There was an error running option L1 Locale and *** update-locale: Error: invalid locale settings: LANG=en_AU.UTF-8 LC_ALL=en_US.UTF-8 LANGUAGE=en_US.UTF-8.
Typing locale at the command line produces:
The only reference to en_AU.UTF-8 is on the LANG= line.locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_AU.UTF-8
LANGUAGE=en_US.UTF-8
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=en_US.UTF-8
What is going on?
Statistics: Posted by hfl — Tue Feb 11, 2025 2:45 am