This is the output of locale command on my kubuntuCode:
locale
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_US.utf-8
LANGUAGE=en_US:en
LC_CTYPE=quot;en_US.utf-8quot;
LC_NUMERIC=quot;en_US.utf-8quot;
LC_TIME=quot;en_US.utf-8quot;
LC_COLLATE=quot;en_US.utf-8quot;
LC_MONETARY=quot;en_US.utf-8quot;
LC_MESSAGES=quot;en_US.utf-8quot;
LC_PAPER=quot;en_US.utf-8quot;
LC_NAME=quot;en_US.utf-8quot;
LC_ADDRESS=quot;en_US.utf-8quot;
LC_TELEPHONE=quot;en_US.utf-8quot;
LC_MEASUREMENT=quot;en_US.utf-8quot;
LC_IDENTIFICATION=quot;en_US.utf-8quot;
LC_ALL=
Can anyone explain me how to fix it?
Other than the first three lines, it's pretty much the same as on my computer. It doesn't look like the error is doing anything. The output is unaffected, it seems.
Exact that three lines are my problem. Thanks. Have anyone any suggestion?
That appear when I install a package in synaptic.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings: LANGUAGE = quot;en_US:enquot;, LC_ALL = (unset), LANG = quot;en_US.utf-8quot; are supported and installed on your system.
perl: warning: Falling back to the standard locale (quot;Cquot;).
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
Here's what worked for me from from : localhost/posted by Colin Dean
It's also useful to check you have language-pack-?? installed, as that provides the actual locales. English speakers will most likely want language-pack-en.
This was the problem in my case. language-pack-en-base was not installed.
apt-get install language-pack-en-base fixed it.
This worked for me good luck,
Have Fun
Simon. |