Yum Command Deep Dive (Self, Update)
1. A yum repository can have multiple configurations. Under the directory /etc/yum.repos.d/, there are multiple files ending with *.repo. They can also be integrated into a single file (but I think keeping them separate is better, as you can choose which file to use for updates, and the source of the software packages can be seen from the yum update command). 2. yum repositor …