But its bugged. It happens. Eventually worked my through it in the simple way:
Error it gives:
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
or
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en_GB:en",
LC_ALL =
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Workaround is very simple:
Although it looks like there is a faulty installation, there is no installation made. So, what it means is generally, locales package has not been installed.
- Remove the DVD from drive and run command apt-get install locale it will prompt for the DVD.
- Do NOT place the DVD inside and press enter. It will not find it, and it will eventually start downloading it from the website automatically.
If it does not load it automatically you will have to write apt-get update, then re-run apt-get install locale - dpkg-reconfigure locales
- in the process select the locales you would like to use and tadaaa there it is.
No comments:
Post a Comment