|
发表于 2006-4-4 17:14:45
|
显示全部楼层
不知道兄弟遇到什么问题了?
在FC下面添加软件源非常简单的,只需要把软件源的*release*.rpm下载并安装就可以了
如果你自己熟悉软件源的结构,可以自己在/etc/yum.repos.d里面加入你自己写的repo文件
比如:添加freshrpms的源:
下载http://www.freshrpms.net上的FC ... reshrpm_release.rpm- su
- password:
- root@localhost[~]#rpm -Uvh freshrpm_release.rpm
- .........
- root@localhost[~]#yum list
复制代码 添加AIGLX的源:
在/etc/yum.repos.d
里面创建aiglx.repo
加入代码:- [aiglx]
- name=aiglx $releasever - $basearch
- baseurl=http://people.redhat.com/rstrode/aiglx/$basearch/
- enabled=1
- gpgcheck=0
复制代码 然后就可以了 |
|