Tuesday, 29 November 2016

ubuntu locale environment variable

This will This will fix several errors associated with keyboard inputs in 
a lot of applications
You can use sudo if you're root access is required

export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales

No comments:

Post a Comment