Article Title: FC6 CD software updates common Linux development software installation. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
After the FC6 disc has been installed, You have to download the software from the Internet to install it. you can locate it on the disc to install it in the following aspects!
1) put the CD in the optical drive. I use a DVD. If you use a CD, you have to find a solution by yourself. You can COPY it to the hard disk and use the LN command to complete the ing.
2) The file directory used to back up the yum upgrade.
# Mv/etc/yum. repos. d/etc/yum. repos. d. backup
3) check whether the createrepo package is installed in the system. If not, install it.
# Rpm-qa | grep createrepo
# Rpm-ivh/mnt/iso/Fedora/RPMS/createrepo (press the tab key)
4) # createrepo/media for a while. Note that CD is in the/media directory.
5) create a folder with the same name as the one we backed up and create a CDROM. repos file.
[Local_base]
Name = iso
Baseurl = file: // media
Enabled = 1
Gpgcheck = 0
OK