Locale Setting Failed

Whenever I try to install any software I get this error message:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = “en_US”,
LC_ALL = (unset),
LANG = “en_IN”
are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).

Suggest me how to remove this error.

Type “dpkg-reconfigure locales” on terminal as a root user. Then select en_US.UTF-8 UTF-8 from the list and remove en_IN. And click ok. Thats it.Screenshot%20at%202019-04-02%2019-01-15

1 Like