yum-config-manager: command not found

 

错误信息: 

yum-config-manager: command not found

原因: 系统默认没有安装这个命令,这个命令在yum-utils 包里,可以通过命令yum -y install yum-utils 安装

 

解决方法:

yum -y install yum-utils

 

你可能感兴趣的:(linux)