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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章