Getting this waring everything I am trying to use apt-get,
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directoryAfter all, I found this, it solved my issue… how about u?
root@lcl-usvr-01:~# export LANGUAGE=en_US.UTF-8 root@lcl-usvr-01:~# export LC_ALL=en_US.UTF-8 root@lcl-usvr-01:~# export LANG=en_US.UTF-8 root@lcl-usvr-01:~# export LC_TYPE=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_TYPE=en_US.UTF-8