Sunday, March 31, 2013

How to Yum on RHEL 6.3 or Scientific Linux 6.3 or Centos 6.3

By on 8:38 PM


Here is my final Script
At first Insert  Your RHEL 6.3 or Scientific Linux 6.3 or Centos 6.3 DVD your DVD ROM
# df -h [show where your dvd are mounted,i used here /dev/sr0 to /mnt]

please copy this script and Save as
yum.sh
after save this script plz set permission
#chmod +x yum.sh
#./yum.sh
df -h
cd /etc/yum.repos.d/
rm -rf *
touch /etc/yum.repos.d/rhel6.repo
Details Here: Read More

0 comments:

Post a Comment