CentOS 安装 Winne |
[ 2008-11-14 16:15:02 | 作者: sunya ]
vi /etc/yum.repos.d/dag.repo
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://ftp.riken.jp/Linux/dag/redhat/el$releasever/en/$basearch/dag
http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
enabled=0
gpgcheck=1
gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
安装命令
yum --enablerepo=dag install wine
数据源可参考:http://download.fedora.redhat.com/pub/epel/
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://ftp.riken.jp/Linux/dag/redhat/el$releasever/en/$basearch/dag
http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
enabled=0
gpgcheck=1
gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
安装命令
yum --enablerepo=dag install wine
数据源可参考:http://download.fedora.redhat.com/pub/epel/
CentOS5 yum 国内镜像 |
[ 2008-11-14 13:07:55 | 作者: sunya ]
/etc/yum.repos.d/CentOS-Base.repo
CentOS5 yum国内镜像服务器 配置文件:
################################################################
[base]
name=CentOS-5.0 - Base
baseurl=http://mirror.be10.com/centos/5.0/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#released updates
[update]
name=CentOS-5.0 - Updates
baseurl=http://mirror.be10.com/centos/5.0/updates/$basearch/
...
阅读全文…
CentOS5 yum国内镜像服务器 配置文件:
################################################################
[base]
name=CentOS-5.0 - Base
baseurl=http://mirror.be10.com/centos/5.0/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#released updates
[update]
name=CentOS-5.0 - Updates
baseurl=http://mirror.be10.com/centos/5.0/updates/$basearch/
...
阅读全文…
1







