首先,你需要确保你的 Ubuntu Server 安装了中文语言包。如果没有安装,可以使用下面的命令安装:
sudo apt-get install language-pack-zh-hans
然后,你需要将系统的默认语言设置为中文,可以在终端执行下面的命令:
sudo update-locale LANG=zh_CN.UTF-8
最后,重启系统即可使用中文:
sudo reboot
发布于 2024-04-22 446 次阅读 预计阅读时间: 少于 1 分钟
首先,你需要确保你的 Ubuntu Server 安装了中文语言包。如果没有安装,可以使用下面的命令安装:
sudo apt-get install language-pack-zh-hans
然后,你需要将系统的默认语言设置为中文,可以在终端执行下面的命令:
sudo update-locale LANG=zh_CN.UTF-8
最后,重启系统即可使用中文:
sudo reboot
Comments NOTHING