系统升级
换源
更新软件源和软件包
- sudo apt update && sudo apt upgrade -y
配置中文环境
- 安装中文语言包
sudo apt install -y language-pack-zh-hans language-pack-zh-hans-base
- 设置本地环境变量
echo "LANG=zh_CN.UTF-8" >> ~/.profile
- 重启
reboot
ubuntu 中 man 显示中文
- 安装 man 工具
sudo apt-get install manpages-posix manpages-posix-dev
- 安装 man 中文语言包
sudo apt-get install manpages-zh
原文地址:https://www.cnblogs.com/magiclor/p/9461396.html
时间: 2024-11-07 03:11:42