This repo is used to mount the default locations for a CDROM / DVD on
CentOS-5. You can use this repo and yum to install items directly off the
DVD ISO that we release.
To use this repo, put in your DVD and use it with the other repos too:
yum --enablerepo=c5-media [command]
or for ONLY the media repo, do this:
yum --disablerepo=* --enablerepo=c5-media [command]
[c5-media]
name=CentOS-$releasever - Media
baseurl=file:///media/CentOS/ ftp://
file:///media/cdrom/ http://
file:///media/cdrecorder/ file:///
gpgcheck=1 是否使用gpg验证
enabled=0 是否启用
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
RPM安装
二进制格式
源程序---》编译---》二进制格式
有些特性是编译选定的,如果编译未选定此特性,将无法使用。
rpm包的版本会落后于源码包
编译环境,开发环境
开发库,开发工具
linux :C
GNU :C
C,C++
gcc : GNU C Complier,C
g++ :
perl java python
make : 项目管理工具
makefile :定义了make(gcc,g++)按何种次序去编译这些原程序文件中的源程序
automake,--》makefile.in ?makefile
autoconf,--》configure
./configure
--prefix=/path/to/somewhere
--sysconfdir=/path/to/CONFFILE_PATH
make
make install
-v : 显示重新搜寻库的过程
更多文章请关注:http://www.ilovehai.com
原文地址:http://blog.51cto.com/ilovehai/2107206