Ubuntu Server 配置系统语言为中文

Ant小于 1 分钟

Ubuntu Server 配置系统语言为中文

#更新apt源
sudo apt update

#安装中文包
sudo apt install language-pack-zh-hans

#配置系统语言为中文
localectl set-locale LANG=zh_CN.utf8

#重启系统
sudo reboot

#查看当前系统语言
locale
Loading...