yum-config-manager: command not found

yum-config-manager: command not found

,这个是因为系统默认没有安装这个命令,这个命令在yum-utils 包里,可以通过命令yum -y install yum-utils 安装就可以了。

原文地址:https://www.cnblogs.com/zhian/p/14720895.html