安装中文语言
- 安装中文语言包(简体中文):
sudo apt install language-pack-zh-hans
- 如果需要的是繁体中文,则执行:
sudo apt install language-pack-zh-hant
- 更新语言环境:
sudo update-locale LANG=zh_CN.UTF-8
或者对于繁体中文:
sudo update-locale LANG=zh_TW.UTF-8
安装中文语言
sudo apt install language-pack-zh-hans
sudo apt install language-pack-zh-hant
sudo update-locale LANG=zh_CN.UTF-8
或者对于繁体中文:
sudo update-locale LANG=zh_TW.UTF-8