yum groupinstall "Chinese Support" 导致 Warning: group/environment Chinese Support does not exist.

CentOS 7 Minimal 使用如下命令安装中文语言包

 yum groupinstall "Chinese Support" 

 出现如下错误:

[root@node01 yum.repos.d]# yum groupinfo "Chinese Support"

Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Warning: group/environment Chinese Support does not exist.


[root@node01 yum.repos.d]# yum groupinstall "Chinese Support"

Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
Warning: group Chinese Support does not exist.
Maybe run: yum groups mark install (see man yum)
Error: No packages in any requested group available to install or update

是因为这个命令是CentOS 6的

正确的安装方式为

yum install kde-l10n-Chinese

参考自:https://bbs.csdn.net/topics/391989760

你可能感兴趣的:(Linux,瞎几把写)