You can install all required packages using yum by creating the repository file.

CORRECT TEXT
Backup of the Redhat Enterprise Linux 5 is on /var/ftp/pub, /var/www/html/pub on server named
server1.example.com. You can install all required packages using yum by creating the repository
file.

CORRECT TEXT
Backup of the Redhat Enterprise Linux 5 is on /var/ftp/pub, /var/www/html/pub on server named
server1.example.com. You can install all required packages using yum by creating the repository
file.

Answer:

Explanation:
1. Create the repository file
#vi /etc/yum.repos.d/server1.repo
[station?]
name=station?
baseurl=ftp://server1.example.com/pub/
enabled=1

gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
# yum install <packagename>



Leave a Reply 0

Your email address will not be published. Required fields are marked *