How to create the yum repository on RHEL 7 ? There is no much difference in package management in RHEL 7 when we compared to RHEL 6 . We can set up the yum repository using the DVD or you can dump the DVD contents to the filesystem and set-up it. Later on , you can make that […]
Tag: yum
Check Yum Repository for Connectivity
curl -s –dump-header – `yum repolist epel -v | grep Repo-baseurl | awk ‘{print $3}’` -o /dev/null