User Tools

Site Tools


locales_error

Get rid of the locale errors


more /etc/locale.gen

locale

locale-gen en_US.UTF-8

localedef -i en_US -f UTF-8 en_US.UTF-8

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

FOR CENTOS*

For CentOS doe the following

 nano /etc/environment

and enter these two lines:

 LANG=en_US.utf8
 LC_CTYPE=en_US.utf8

That's it, enjoy.

Your ArtIT Team

BACK

locales_error.txt · Last modified: 2021/02/10 22:50 by admin