linux下网络yum如何删除
时间: 2023-11-04 18:04:59 浏览: 57
linux下如何彻底卸载RPM或yum安装的mysql_linux的yum命令
5星 · 资源好评率100%
您可以使用以下命令删除yum源:
1.使用命令查看yum源
yum repolist
2.禁用指定repo源
yum-config-manager --disable [repo源名字]
3.启用指定repo源
yum-config-manager --enable [repo源名字]
4.删除指定repo源
yum-config-manager --remove [repo源名字]
阅读全文