aquaballoon

Fixing Perl Locale Errors in a Clean Ubuntu Install

May 22nd, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. sudo locale-gen
  2. sudo dpkg-reconfigure locales
  3.  
  4. export LANGUAGE=en_US.UTF-8
  5. export LANG=en_US.UTF-8
  6. export LC_ALL=en_US.UTF-8
  7. locale-gen en_US.UTF-8
  8. dpkg-reconfigure locales
  9.  
  10. sudo shutdown -r now
Advertisement
Add Comment
Please, Sign In to add comment