Today I am just writing article about how to Enable,Disable,Add repository by using YUM
Adding Repo:
Enable Repo:
yum-config-manager --add-repo repository_url
Disable Repo:
yum-config-manager --enable repository…
yum-config-manager --disable repository…
0 Comments