CentOS6使用第三方yum源安装更多rpm软件包

引言: 
      CentOS自带的yum源中rpm包数量有限,很多时候找不到我们需的软件包,(例如:要安装网络连接查看软件iftop,默认设置下无法使用yum命令安装),下面教大家在CentOS 6.2中(以32位系统为例,64位系统安装方法一样),使用第三方yum源来安装更多软件包。

一、安装CentOS yum源优先级插件yum-priorities 
      yum install yum-priorities   #输入y安装 
二、设置CentOS默认yum源的优先级为最高 
     cd  /etc/yum.repos.d/   #进入yum源目录 
     vi CentOS-Base.repo    #在[base]、[updates]、[extras]组下面添加priority=1,在[centosplus]、[contrib]组下面添加priority=2 
################################################################   
[base] 
name=CentOS-$releasever - Base 
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os 
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
priority=1

[updates] 
name=CentOS-$releasever - Updates 
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates 
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
priority=1

[extras] 
name=CentOS-$releasever - Extras 
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras 
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
priority=1

[centosplus] 
name=CentOS-$releasever - Plus 
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ 
gpgcheck=1 
enabled=0 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
priority=2

[contrib] 
name=CentOS-$releasever - Contrib 
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib 
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/ 
gpgcheck=1 
enabled=0 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
priority=2 
###############################################################   
备注:priority的优先级为1到99,设置为1即优先级最高,1-10为系统保留,第三方yum源的优先级从11-99 
三、安装epel yum源 
    rpm -ivh  http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm 
    rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 
    vi /etc/yum.repos.d/epel.repo   #修改epel yum源优先级,priority=11 
   
############################################################### 
    [epel] 
name=Extra Packages for Enterprise Linux 6 - $basearch 
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch 
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch 
failovermethod=priority 
enabled=1 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 
priority=11 
################################################################# 
四、安装rpmforge yum源 
   wget http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpm 
   wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt 
   rpm --import RPM-GPG-KEY.dag.txt 
   rpm -ivh rpmforge-release-0.5.2-2.el6.rf.i686.rpm 
   vi  /etc/yum.repos.d/rpmforge.repo  #修改rpmforge yum源优先级,priority=12 
  
################################################################# 
[rpmforge] 
name = RHEL $releasever - RPMforge.net - dag 
baseurl = http://apt.sw.be/redhat/el6/en/$basearch/rpmforge 
mirrorlist = http://apt.sw.be/redhat/el6/en/mirrors-rpmforge 
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge 
enabled = 1 
protect = 0 
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag 
gpgcheck = 1 
priority=12 
################################################################# 
系统运维  www.osyunwei.com  温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接 
五、安装rpmfusion yum源 
   rpm -ivh http://download1.rpmfusion.org/free/el/updates/testing/6/i386/rpmfusion-free-release-6-0.1.noarch.rpm 
   vi  /etc/yum.repos.d/rpmfusion-free-updates-testing.repo   #修改rpmfusion yum源优先级,priority=13

################################################################# 
[rpmfusion-free-updates-testing] 
name=RPM Fusion for EL 6 - Free - Test Updates 
#baseurl=http://download1.rpmfusion.org/free/el/updates/testing/6/$basearch/ 
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-testing-6&arch=$basearch 
enabled=1 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-el-6 
priority=13 
系统运维  www.osyunwei.com  温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接 
################################################################# 
六、安装atomic yum源 
    wget http://www.atomicorp.com/installers/atomic  #下载 
    sh ./atomic   #安装 
    vi  /etc/yum.repos.d/atomic.repo  #修改atomic yum源优先级,priority=14 
############################################################## 
[atomic] 
name = CentOS / Red Hat Enterprise Linux $releasever - atomicrocketturtle.com 
mirrorlist = http://www.atomicorp.com/mirrorlist/atomic/centos-6-$basearch 
#mirrorlist = http://www.atomicorp.com/channels/atomic/centos/6/mirrors-atomic 
enabled = 1 
priority = 1 
protect = 0 
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt 
gpgcheck = 1 
priority=14 
############################################################## 
七、更新yum软件包 
       yum check-update 
八、安装iftop 
       yum install iftop 
至此,CentOS 第三方yum源配置完成,现在你可以用yum命令安装自己需要的软件了!比如yum install nginx、yum update php等安装或者升级软件包。 
######################################################################################   
   扩展阅读: 
   在使用yum update php命令升级php的同时,mysql也被升级到了最新版,升级好之后重启mysql,有可能会出现下面 
   的错误信息,导致mysql启动失败。 
   ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock‘ (2) 
   解决方法(切忌操作前备份mysql数据库): 
   rm -fr /var/lib/mysql/*      #删除目录 
   rm /var/lock/subsys/mysqld   #删除目录 
   killall mysqld   #结束mysql进程 
   service mysqld start  #启动mysql 
   /etc/rc.d/init.d/mysqld status   #查看mysql状态 
   mysql_secure_installation  #重置Mysql数据库密码 
#####################################################################################

时间: 2024-10-09 15:16:49

CentOS6使用第三方yum源安装更多rpm软件包的相关文章

一键自动化安装LAMP脚本(用第三方yum源安装)

声明 作者:昨夜星辰 博客:http://yestreenstars.blog.51cto.com/ 本文由本人创作,如需转载,请注明出处,谢谢合作! 目的 用第三方的yum源安装LAMP(软件版本较新). 环境 OS:CentOS 6.6 32 服务端配置 #!/bin/bash #!/bin/bash # Script Name: One-key Automatic Install LAMP Server # Author: yestreenstars # Create Time: 2014

CentOS 6.x 64位系统通过第三方yum源安装配置xen虚拟机

1,xen是什么? XEN是一个基于X86平台的虚拟机系统,它支持多个操作系统共用系统硬件,而且更重要的是,它不会导致操作系统的功能性和性能性的劣化.它可以支持多种操作系统的虚拟化,比如Linux,BSD,Windows XP等等. 2,为什么使用xen? XEN希望能够在一台服务器上同时运行多达100个虚拟机(VM).此外,XEN有以下的几个特性.XEN是最快的和安全性最好的虚拟机系统,它是开源的系统,取得了世界领先的许多公司的支持.还有一点,它是免费的. 相对比已有的几个虚拟机系统,比如VM

安装第三方YUM源

安装第三方YUM源可以让我们轻松下载安装所需软件,自动解决依赖关系.. 目前阿里源.163源.epel源,大都是Centos的,/etc/yum.repos.d/下面是系统官方的源,连上网或许也可以用(我反正从没用过...) 下面我以Centos6.5系统为例 [[email protected]~]# cd /etc/yum.repos.d  配置本地yum源 [[email protected]~]# yum -y install wget # 安装epel源,因为资源比较全 #这是6系列系

配置网络YUM源和第三方YUM源及编译安装Apache

配置网络YUM源和第三方YUM源及编译安装Apache 系统软硬件环境平台: VMware Workstation Pro 12.5.5 build-5234757 CentOS Linux release 7.3.1611 内核版本:3.10.0-514.el7.x86_64 测试时间:2017年6月13日 实验1:实现网络YUM源 1.准备相关系统光盘,搭建网络服务ftp或http [执行命令]#ls /mnt [执行命令]#mount | grep "/dev/sr0" [执行命

Centos6.5 nodejs6.6 yum源安装

nodejs6.6 yum源安装 系统是Centos6.5 x86_64,github上有对应系统的安装版本,还是比较详细的,下面三步执行完,直接yum install nodejs 就安装了. curl -sL https://rpm.nodesource.com/setup_6.x | bash - curl -sL -o '/tmp/tmp.jl0ccbLo3X' 'https://rpm.nodesource.com/pub_6.x/el/6/x86_64/nodesource-rele

安装epel第三方yum源

Cannot retrieve metalink for repository: epel. Please verify its path and try again 安装epel第三方yum源# rpm -Uvh http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpmRetrieving http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6

ISO 作为yum 源安装rpm包

1. 创建挂载目录 mkdir /media/centos 2. 挂载dvd 光盘 mount -t auto /dev/cdrom /media/CentOS 3. 修改yum repo配置文件 ls -l /etc/yum.repos.d/ 备份除了 CentOS-Media.repo 的其他两个文件, 修改CentOS-Media.repo 文件 把baseurl 改成 baseurl=file:///media/centos/ enabled=1 保存, yum install xxxx

centOS 第三方YUM源

1.安装CentOS yum源优先级插件yum-priorities来设置YUM优先级 yum install yum-plugin-priorities.noarch 2.设置CentOS默认yum源的优先级为最高 cd  /etc/yum.repos.d/ vi CentOS-Base.repo #在[base].[updates].[extras]组下面添加priority=1,在[centosplus].[contrib]组下面添加priority=2 备注:priority的优先级为1

Centos6.5更换yum源

Centos6.5更新yum源 Linux下安装软件的工具叫yum工具,linux的二进制软件包一般是rpm包.类似windows下的exe程序. 通过yum来安装软件,默认获取rpm包的软件配置是从国外Centos官方源下载的,因此,安装速度会比较慢,我们在使用时通过会把默认获取rpm包的配置从国外官方源,改成国内的优秀yum源.下面的操作是把163的源替换官方源的过程. 1.1查看yum文件:cat /etc/yum.repos.d/CentOS-Base.repo,通过下图的显示可以看出显