- Installation Media (DVD or ISO)
- Brain
Mounting Media DVD or ISO
Create the directory to mount.
mkdir -p /media/CentOSMount DVD to created directory, if you are using DVD.
mount -t auto /dev/cdrom /media/CentOSMount ISO to created directory, if you are using ISO.(assuming ISO file is in /root/ directory)
mount -t iso9660 -o loop /root/CentOS-5.7-i386-bin-DVD-1of2.iso /media/CentOSInstalling softwares from mounted DVD or ISO
Update YUM database
yum --disablerepo=\* --enablerepo=c5-media updateSearch and Install Software
yum --disablerepo=\* --enablerepo=c5-media search nmap
yum --disablerepo=\* --enablerepo=c5-media install nmap -yCONGRATULATION!
Oops! I almost forget. Here is how to unmount the media
umount /media/CentOS
No comments:
Post a Comment