nerdexam
Red_Hat

EX200 · Question #23

23. Configure Your System to Use Default Repositories these locations as the default repositories. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: Method 1: #…

The system repositories are configured by either copying an existing repository definition file from another host or by manually creating a new .repo file with the necessary repository details.

Submitted by alyssa_d· Apr 18, 2026Operate running systems

Question

  1. Configure Your System to Use Default Repositories these locations as the default repositories. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: Method 1: # Copy the yum configuration file from node1. [root@node2 ~]# scp root@node1:/etc/yum.repos.d/rhcsa.repo /etc/yum.repos.d/ Method 2: gpgcheck=no [App] name=App enabled=1 gpgcheck=no # Verification [root@node2 ~]# yum repoinfo [root@node2 ~]# yum -y install ftp

Explanation

The system repositories are configured by either copying an existing repository definition file from another host or by manually creating a new .repo file with the necessary repository details.

Concept tested. Configuring YUM/DNF repositories

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

Topics

#Repository configuration#Package management#Yum/DNF#System configuration

Community Discussion

No community discussion yet for this question.

Full EX200 Practice