Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. They should disappear after issuing:
  2.  
  3. sudo locale-gen en_US en_US.UTF-8
  4. sudo dpkg-reconfigure locales
  5. dpkg-reconfigure reconfigures packages after they have already been installed. Pass it the names of a package or packages to reconfigure. It will ask configuration questions, much like when the package was first installed.
  6.  
  7. sudo locale-gen en_US en_US.UTF-8
  8. sudo locale-gen en_GB en_US.UTF-8
  9. sudo dpkg-reconfigure locales
  10.  
  11. Just add the following to your .bashrc file (assuming you're using bash)
  12.  
  13. export LC_ALL="en_US.UTF-8"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement