Language Support Error
Quickly and Easily Install archlinux with a minimal KDE Plasma desktop
Brought to you by:
antechdesigns
I installed your ISO , everything seems to be working fine except one annoying error on terminal
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_GB",
LC_ALL = (unset),
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
even that I have set locale to en_US.UTF-8 UTF-8
Any idea how to fix this?
Sounds like you missed a step on the installer...
After you uncomment your locale in /etc/locale.gen
run
locale-genin a terminalNo no , I followed all the steps and even repeated once I got the error
Rather I tried many other fixes as well e.g modified /etc/environment file as by adding
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
I repeated following commands myself after installation completed
nano /etc/locale.gen
locale-gen
echo LANG=en_US.UTF-8 > /etc/locale.conf
export LANG=en_US.UTF-8
export LC_COLLATE="C"
again when still got the error
I executed these commands as root
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
Well I am not sure then, your the only one with this problem, try a different distro see if it still happens, Sorry
I guess after executing these commands and rebooting the issue has been fixed . Now I dont see that error in terminal .