perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
代碼: 選擇全部
export LANGUAGE=zh_TW:zh
export LANG=zh_TW.UTF-8
export LC_ALL=zh_TW.UTF-8
locale-gen zh_TW.UTF-8
dpkg-reconfigure locales