ChinaUnix.net
相关文章推荐:

centos 第三方源

二、使用非官更新 下面以安装rpmforge和DAG软件包为例添加非官更新 以上是我看到别的BLOG里写的,请问这他说的rpmforge和DAG是2个吗?? 那为什么他们的加入法不是在yum的什么什么base里写东西啊,而是2种完全 不同的法啊 另外问下,我把这2个全加上好吗?? 能安的软件会多很多吗?

by williswatson - Linux新手园地 - 2009-10-27 15:57:54 阅读(2143) 回复(5)

相关讨论

centos推荐的软件仓库和安装法 -------------------------------------------------------------------------------------- src: http://wiki.centos.org/AdditionalResources/Repositories 上面是这篇文章的原始出处,在centos社区wiki里,我做了点翻译,也加了点个人体会。 repository好像一般翻译成,大家都说从什么安装什么软件,但是我不明白repositories怎么就成了呢,貌似应该是软件仓库的意思才对...

by lostxanadu - Linux文档专区 - 2008-11-07 11:16:43 阅读(1240) 回复(0)

wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.$dist.rf.$arch.rpm rpm -Uhv rpmforge-release-0.3.6-1.$dist.rf.$arch.rpm centos默认的yum软件仓库非常有限,仅仅限于发行版本那几张盘里面的常规包, 利用RpmForge ,可以增加非常多的rpm软件包 到这里 找到与系统平台架构匹配的rpmforge包安装之即可 安装完后.默认会在系统的/etc/yum.repos.d/下新增两个文件,mirrors-rpmforge和 rpmforge.repo...

by mbh998 - Linux文档专区 - 2008-10-26 16:50:21 阅读(623) 回复(0)

vi /etc/yum.repos.d/dag.repo  ← 建立dag.repo,定义非官库 [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/41582/showart_489510.html

by onlyfeelings - Linux文档专区 - 2008-03-04 22:04:17 阅读(570) 回复(0)

centos6.3的系统,刚开始装的epel5.X,嫌版本老,就卸载了,装的epel6[code] [root@forerp ~]# yum install mysql Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Error: File contains parsing errors: file://///etc/yum.repos.d/centos-Base.repo [line 31]: mirrorlist [line 32]: =http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=extras [/code].8.然后我的yum就不能...

by smallstarli - Linux新手园地 - 2013-10-24 19:34:48 阅读(1115) 回复(4)

centos安装了EPEL,然后执行命令: yum --enablerepo=epel gvim 这条命令的意思是不是从EPEL中下载安装Gvim以及其相关的依赖,而不用原来的? 还是如果原来的centos base的中找不到这个软件, 才从epel上去下载? 先谢过了!

by wangsuyi640 - Linux系统管理 - 2013-03-26 16:54:00 阅读(2182) 回复(4)

有没有会yum配置的,centos 5版本的 能够运行的,有网络树的一定要好用的,网上的有的不好用,404not found

by a___武 - Linux新手园地 - 2013-08-09 16:16:51 阅读(1786) 回复(9)

centos配置 rpmforge(软件包最全的:极度推荐!) 去http://packages.sw.be/rpmforge-release/取得所有 rpmforge-release 组件的清单。 我的是32位centos5所以下载了rpmforge-release-0.5.2-2.el5.rf.i386.rpm,可以运行uname -r查看自己的版本。安装 DAG 的 GPG 密钥 rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt安装packages包 rpm -ivh rpmforge-release-0.5.2-2.el5.rf.i386.rpm步查看更新 yum ...

by 三里屯摇滚 - 移动操作系统 - 2012-03-01 22:27:34 阅读(1145) 回复(1)

# centos-Base.repo## This file uses a new mirrorlist system developed by Lance Davis for centos.# The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client. You should use this for centos updates# unless you are manually picking other mirrors.## If the mirrorlist= does not work f...

by jinxl560 - Linux文档专区 - 2010-01-27 20:57:20 阅读(1376) 回复(0)

刚从网上搜到的centos,转一个 centos USTC mirror [color="#800080"]http://centos.ustc.edu.cn/centos/ 安装后请按照以下步骤修改CenOS-Base.repo,以后就可以便的用yum安装软件了. cd /etc/yum.repos.d mv centos-Base.repo centos-Base.repo.save wget [color="#800080"]http://centos.ustc.edu.cn/centos-Base.repo 还有一个: [color="#800080"]http://www.shlug.org/ 本文来自ChinaUnix博客...

by networknowledge - Linux文档专区 - 2009-12-06 19:41:42 阅读(912) 回复(0)

opensuse的: http://ftp.sjtu.edu.cn/opensuse/ centos http://centos.ustc.edu.cn/ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/47765/showart_2015664.html

by fuleru - Linux文档专区 - 2009-08-02 16:39:41 阅读(798) 回复(0)