Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. sudo locale-gen "en_US.UTF-8" & sudo locale-gen "en_GB.UTF-8" & sudo dpkg-reconfigure locales
  2. [1] 2982
  3. [2] 2983
  4. [sudo] password for odroid:
  5. perl: warning: Setting locale failed.
  6. perl: warning: Please check that your locale settings:
  7. LANGUAGE = "en",
  8. LC_ALL = (unset),
  9. LC_MEASUREMENT = "en",
  10. LC_PAPER = "en",
  11. LC_MONETARY = "en",
  12. LC_NAME = "en",
  13. LC_ADDRESS = "en",
  14. LC_NUMERIC = "en",
  15. LC_TELEPHONE = "en",
  16. LC_IDENTIFICATION = "en",
  17. LC_TIME = "en",
  18. LANG = "en_US.UTF-8"
  19. are supported and installed on your system.
  20. perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
  21. Generating locales (this might take a while)...
  22. Generating locales (this might take a while)...
  23. en_US.UTF-8... en_GB.UTF-8...locale: Cannot set LC_ALL to default locale: No such file or directory
  24. /usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
  25. Generating locales (this might take a while)...
  26. en_GB.ISO-8859-1... done
  27. en_GB.ISO-8859-15... done
  28. en_GB.UTF-8... done
  29. en_US.ISO-8859-1... done
  30. en_US.ISO-8859-15... done
  31. en_US.UTF-8... done
  32. Generation complete.
  33. perl: warning: Setting locale failed.
  34. perl: warning: Please check that your locale settings:
  35. LANGUAGE = "en",
  36. LC_ALL = (unset),
  37. LC_TIME = "en",
  38. LC_MONETARY = "en",
  39. LC_ADDRESS = "en",
  40. LC_TELEPHONE = "en",
  41. LC_NAME = "en",
  42. LC_MEASUREMENT = "en",
  43. LC_IDENTIFICATION = "en",
  44. LC_NUMERIC = "en",
  45. LC_PAPER = "en",
  46. LANG = "C"
  47. are supported and installed on your system.
  48. perl: warning: Falling back to the standard locale ("C").
  49. perl: warning: Setting locale failed.
  50. perl: warning: Please check that your locale settings:
  51. LANGUAGE = "en",
  52. LC_ALL = (unset),
  53. LC_TIME = "en",
  54. LC_MONETARY = "en",
  55. LC_ADDRESS = "en",
  56. LC_TELEPHONE = "en",
  57. LC_NAME = "en",
  58. LC_MEASUREMENT = "en",
  59. LC_IDENTIFICATION = "en",
  60. LC_NUMERIC = "en",
  61. LC_PAPER = "en",
  62. LANG = "C"
  63. are supported and installed on your system.
  64. perl: warning: Falling back to the standard locale ("C").
  65. [1]- Done sudo locale-gen "en_US.UTF-8"
  66. [2]+ Done sudo locale-gen "en_GB.UTF-8"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement