Ubuntu 服务器设置中文
1、更新软件源并安装语言包 :
sudo update && sudo apt install language-pack-zh-hans -y && sudo update-locale LANG=zh_CN.UTF-8
2、重启
sudo reboot
1、更新软件源并安装语言包 :
sudo update && sudo apt install language-pack-zh-hans -y && sudo update-locale LANG=zh_CN.UTF-8
2、重启
sudo reboot