centos7停止无效源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7停止无效源相关的知识,希望对你有一定的参考价值。
yum安装应用或者升级遇到yum源报错,这个时候就需要停掉无效的源,
先安装yum-config-manager
yum -y install yum-utils
然后运行:
yum-config-manager --disable 源名字
例如:
yum-config-manager --disable remi-safe
以上是关于centos7停止无效源的主要内容,如果未能解决你的问题,请参考以下文章
Spring Rest 文档。片段生成时 UTF-8 中间字节无效 [重复]
Android Studio - 如何从片段中停止 handler.postDelayed?