Today I am just writing article about how to Enable,Disable,Add repository by using YUM
Adding Repo:
yum-config-manager --add-repo repository_urlEnable Repo:
yum-config-manager --enable repository…Disable Repo:
yum-config-manager --disable repository…
No comments:
Post a Comment