操作系統:CentOS 7.2
執行安裝命令時顯示以下信息:
[root@DEV-CMDB-DB02 ~]# yum -y groupinstall "Development Tools" 已加載插件:langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 沒有安裝組信息文件 Maybe run: yum groups mark convert (see man yum) 警告:分組 development 不包含任何可安裝軟件包。 Maybe run: yum groups mark install (see man yum) 指定組中沒有可安裝或升級的軟件包
1、檢查軟件更新源可用;
2、查看yum group info "Development Tools"是有需要安裝的軟件的;
最后只能把step2列出來的軟件使用yum install安裝。目前還不知道有更好的解決辦法。
