Managing repo's with YUM in CentOS,RedHat,Fedora


Today I am just writing article about how to Enable,Disable,Add repository by using YUM

Adding Repo:


yum-config-manager --add-repo repository_url


Enable Repo:


yum-config-manager --enable repository…


Disable Repo:


yum-config-manager --disable repository…

hope that helps you

0 Comments