Red_Hat
EX200 · Question #2
02. Configure your system to use the default repositories these locations as default repositories. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1…
This task involves configuring custom yum/dnf repositories by creating a new repository file with specified Base and App repositories.
Submitted by asante_acc· Apr 18, 2026Deploy, Configure, and Maintain Systems
Question
- Configure your system to use the default repositories these locations as default repositories. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1 ~]# vim /etc/yum.repos.d/rhcsa.repo [Base] name=Base enabled=1 gpgcheck=no [App] name=App enabled=1 gpgcheck=no # Verification [root@node1 ~]# yum repoinfo [root@node1 ~]# yum -y install vsftpd
Explanation
This task involves configuring custom yum/dnf repositories by creating a new repository file with specified Base and App repositories.
Concept tested. DNF/Yum repository configuration
Topics
#YUM repositories#DNF repositories#Package Management#System Configuration
Community Discussion
No community discussion yet for this question.