CentOS 7 Tips
Manage additional Repositories For CentOS 7 there exist additional repositories; for additional codecs for example. This website lists the most useful ones. I use the Nux-Dextop repository but I don’t want to have it turned on the whole time.
So I use
sudo yum-config-manager --enable nux-dextop to enable this repo. And when I’m done installing or updating with yum, I use
sudo yum-config-manager --disable nux-dextop to disable this repo again.
[Read More]