码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 配置中文环境

时间:2018-08-11 23:24:39      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:boot   posix   ack   设置   upgrade   inux   linux 配置   ase   apt-get   

系统升级

换源

更新软件源和软件包

  1. sudo apt update && sudo apt upgrade -y

配置中文环境

  1. 安装中文语言包

sudo apt install -y language-pack-zh-hans language-pack-zh-hans-base

  1. 设置本地环境变量

echo "LANG=zh_CN.UTF-8" >> ~/.profile

  1. 重启

reboot

ubuntu 中 man 显示中文

  1. 安装 man 工具

sudo apt-get install manpages-posix manpages-posix-dev

  1. 安装 man 中文语言包

sudo apt-get install manpages-zh

Linux 配置中文环境

标签:boot   posix   ack   设置   upgrade   inux   linux 配置   ase   apt-get   

原文地址:https://www.cnblogs.com/magiclor/p/9461396.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!