Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. :~$ sudo dpkg-reconfigure locales
  2. perl: warning: Setting locale failed.
  3. perl: warning: Please check that your locale settings:
  4. LANGUAGE = (unset),
  5. LC_ALL = (unset),
  6. LC_CTYPE = "UTF-8",
  7. LANG = "en_US.UTF-8"
  8. are supported and installed on your system.
  9. perl: warning: Falling back to the standard locale ("C").
  10. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  11. locale: Cannot set LC_ALL to default locale: No such file or directory
  12. /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
  13. /usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
  14. Generating locales (this might take a while)...
  15. en_US.UTF-8... done
  16. Generation complete.
  17. perl: warning: Setting locale failed.
  18. perl: warning: Please check that your locale settings:
  19. LANGUAGE = (unset),
  20. LC_ALL = (unset),
  21. LC_CTYPE = "UTF-8",
  22. LANG = "C"
  23. are supported and installed on your system.
  24. perl: warning: Falling back to the standard locale ("C").
  25. perl: warning: Setting locale failed.
  26. perl: warning: Please check that your locale settings:
  27. LANGUAGE = (unset),
  28. LC_ALL = (unset),
  29. LC_CTYPE = "UTF-8",
  30. LANG = "C"
  31. are supported and installed on your system.
  32. perl: warning: Falling back to the standard locale ("C").
  33.  
  34. AcceptEnv LANG LC_*
  35.  
  36. # SendEnv LANG LC_*
  37.  
  38. export LC_ALL=en_US
  39. export LANGUAGE=en_US
  40.  
  41. export LC_ALL=en_US.utf8
  42. export LANGUAGE=en_US.utf8
  43.  
  44. /usr/bin/locale
  45.  
  46. apt-get install libc-bin
  47.  
  48. sudo apt-get purge locales
  49.  
  50. sudo aptitude install locales
  51.  
  52. sudo dpkg-reconfigure locales
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement