centos_配置软件包的源(转) http://mcncc.com/simple/?t59479.html 转帖来自: http://www.diybl.com/course/6_system/linux/Linuxxl/2008911/142033.html 在 Linux中安装软件,对菜鸟而言,一是个多么困难的事情(我刚到Linux世界的时候深有体会)。用rpm包的安装时,依赖关系弄得头晕,源码包的安装方式,命令参数让人害怕,出显编译方面的错后根本不知道怎么办。其实,别把安装软件就看成是那么难,用yum(或apt-get)来安装软件却...
不说废话了,直奔主题。我把/etc/yum.repos.d/centos-Base.repo 这个文件设置成如下形式,想把除tju之外的源注释掉,只用天大的源。 # centos-Base.repo # 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 ...
centos 5 yum国内镜像服务器 配置文件[centos-Base.repo] 方便大家配置使用。。。 /etc/yum.repos.d/centos-Base.repo centos5 yum国内镜像服务器 配置文件: [base] name=centos-5 - Base #mirrorlist=http://mirrorlist.centos.org/?release=$releasever5&arch=$basearch& repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ baseurl=http://mirror.be10.com/centos/5.0/os/$basearch/ gpgchec...
Fedora有没有比较快的源 和Ubuntu的源比起来Fedora的源太慢拉 个人觉得Ubuntu虽然安装软件方便,但是没有Redhat系列(包括Fedora centos)稳定,好用 所以如果Fedora或者centos有比较好的源的话,还是喜欢用Fedora的 [ 本帖最后由 nvstp 于 2007-5-12 20:55 编辑 ]
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就不能...
centos安装了EPEL源,然后执行命令: yum --enablerepo=epel gvim 这条命令的意思是不是从EPEL源中下载安装Gvim以及其相关的依赖,而不用原来的? 还是如果原来的centos base的源中找不到这个软件, 才从epel上去下载? 先谢过了!
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 ...
# 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...