Rackspace Cloud Ubuntu 9.04 Locals problem
October 2nd, 2009
When I started my new Ubuntu 9.04 server on Rackspace cloud I got some strange problem when ever I used apt-get.
Here is the errors I got
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = “en_IN”
are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).
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
I searched a lot for it. Then found the simple solution.
sudo apt-get install –reinstall language-pack-en
happy cloud computing..
