Linux设置中文

1、启动虚拟机,在虚拟机桌面点击右键,选中在终端打开。

Linux设置中文_第1张图片

Linux设置中文_第2张图片

2、切到中文模式之前,系统需要安装中文包

   sudo yum groupinstall chinese-support

    注意1:若使用sudo的时候,提示错误 ## is not in the sudoers file. This incident will be reported,原因是用户没加入到sudo的配置文件中。

        解决方法:切换到root用户,运行visudo命令,在 root ALL=(ALL) ALL下面添加一行  xxx ALL=(ALL) ALL,xxx是要加入的用户名称,保存退出。

    注意2:若出现“Error: Cannot find a valid baseurl for repo : base”。

Linux设置中文_第3张图片

你可能感兴趣的:(Linux设置中文)