Answers:
该--enablerepo
选项将覆盖.repo
文件中仅针对当前命令设置的永久选项。 --disablerepo
对已启用的存储库执行相反的操作。
如果安装(或已安装)yum-utils
软件包,则可以使用yum-config-manager
它永久启用/禁用存储库,而无需编辑文件:
yum-config-manager --enable remi
将永久启用该remi
仓库。
yum repolist all
将id
使用--enable
或--disable
选项列出您使用的所有存储库。