Saturday, 22 June 2013

Configuring YUM

#cd /etc/yum.repos.d
#vim client.repo
[server]
name=rhel6
baseurl=ftp://192.168.0.101/pub/Server          --> It will be given in question
gpgcheck=0                        --> Zero


Save and Quit

#yum repolist                   --> It will list all the configured yum
# yum install ftp               --> To verity that yum installation is working so we are installing ftp client

No comments:

Post a Comment