系統升級
換源
更新軟件源和軟件包
- 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