apt install locales
dpkg-reconfigure locales
debian12 需要编辑用户目录下的.profile 注释掉下面两行
.profile
LANG=C LANGUAGE=C
改时区
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo “Asia/Shanghai” > /etc/timezone