Ubuntu更改系统语言为中文
1、更新软件包缓存
sudo apt update
2、下载中文语言包
sudo apt install language-pack-zh-han*
3、修改语言为中文
sudo dpkg-reconfigure locales
#选择zh_CN.UTF-8 UTF-8 空格回车
4、重启系统
reboot
1、更新软件包缓存
sudo apt update
2、下载中文语言包
sudo apt install language-pack-zh-han*
3、修改语言为中文
sudo dpkg-reconfigure locales
#选择zh_CN.UTF-8 UTF-8 空格回车
4、重启系统
reboot