nerdexam
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

  1. 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

Reference. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_software_with_dnf/configuring-dnf-and-repositories_managing-software-with-dnf

Topics

#YUM repositories#DNF repositories#Package Management#System Configuration

Community Discussion

No community discussion yet for this question.

Full EX200 Practice