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

Comments

Popular posts from this blog

grep: unknown device method

Uploading files to FTP/SFTP using CURL

How to find outgoing IP in Linux ?