jabr
Start modifying the encoding
locale-gen en_US.UTF-8
From the beginning of EOF to the end of EOF is a command, copy it directly
cat << EOF > /etc/default/locale
LANG="en_US.UTF-8"
LANGUAGE="en_US.UTF-8:"
EOF
Edit /etc/bash.bashrc, add the following two configuration files to the end
export LANG="en_US.UTF-8"
export LANGUAGE="en_US.UTF-8:"
and source file
source /etc/bash.bashrc