ubuntu安装中文语言
安装中文语言
- 安装中文语言包(简体中文):
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
版权声明:
作者:SE_Meng
链接:https://www.cnesa.cn/2492.html
来源:CNESA
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
打赏
海报
ubuntu安装中文语言
安装中文语言
安装中文语言包(简体中文):
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
共有 0 条评论