linux下配置yum源方法详解_Linux

本人使用的方法一,成功配置,方法二没测过,可以作为参考

方法一:

1.确保RHEL5中已经安装了yum

[root@lvs-master ~]# rpm -qa |grep yum
yum-metadata-parser-2-el5
yum-updatesd-9-el5
yum-22-el5
yum-security-16-el5
yum-rhn-plugin-4-el5 

2.修改源配置文件 #vim /etc/yum.repos.d/CentOS-Base.repo

(如果目录下没有.repo文件自己创建一个)

[base]
name=CentOS-5-Base
#mirrorlist=http://mirrorlistcentosorg/?release=$releasever5&arch=$basearch&repo=os
#baseurl=http://mirrorcentosorg/centos/$releasever/os/$basearch/
baseurl=http://ftpsjtueducn/centos/5/os/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5
#released updates
[update]
name=CentOS-5-Updates
#mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=updates
baseurl=http://ftpsjtueducn/centos/5/updates/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5
#packages used/produced in the build but not released
[addons]
name=CentOS-5-Addons
#mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=addons
baseurl=http://ftpsjtueducn/centos/5/addons/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5
#additional packages that may be useful
[extras]
name=CentOS-5-Extras
#mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=extras
baseurl=http://ftpsjtueducn/centos/5/extras/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5-Plus
#mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=centosplus
baseurl=http://ftpsjtueducn/centos/5/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5
#contrib - packages by Centos Users
[contrib]
name=CentOS-5-Contrib
#mirrorlist=http://mirrorlistcentosorg/?release=4&arch=$basearch&repo=contrib
baseurl=http://ftpsjtueducn/centos/5/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-centos5
# vi dagrepo
[dag]
name=Dag RPM Repository for RHEL5
baseurl=http://ftprikenjp/Linux/dag/redhat/el5/en/$basearch/dag/
enabled=1
gpgcheck=1
gpgkey=http://ftprikenjp/Linux/dag/packages/RPM-GPG-KEYdagtxt 

3. 导入key

#rpm --import http://ftp.sjtu.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-5 

4. 运行,测试

#yum update

5.clean操作

#yum clean all 

方法二:

# cd /etc/yum.repos.d/
#mv CentOS-Baserepo CentOS-Baserepobak
#wget http://docslinuxtoneorg/soft/lemp/CentOS-Baserepo
该文件内容如下:
[base]
name=CentOS-5 - Base
baseurl=http://centosustceducn/centos/5/os/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-CentOS-5
#released updates
[update]
name=CentOS-5 - Updates
baseurl=http://centosustceducn/centos/5/updates/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-CentOS-5
#packages used/produced in the build but not released
[addons]
name=CentOS-5 - Addons
baseurl=http://centosustceducn/centos/5/addons/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-5 - Extras
baseurl=http://centosustceducn/centos/5/extras/$basearch/
gpgcheck=1
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-CentOS-5
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5 - Plus
baseurl=http://centosustceducn/centos/5/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-CentOS-5
#contrib - packages by Centos Users
[contrib]
name=CentOS-5 - Contrib
baseurl=http://centosustceducn/centos/5/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-CentOS-5
#packages in testing
[testing]
name=CentOS-5 - Testing
baseurl=http://centosustceducn/centos/5/testing/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirrorcentosorg/centos/RPM-GPG-KEY-CentOS-5 

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。

以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索linux
, yum配置
, yum配置文件详解
linux配置yum源
linux yum命令详解、linux yum 详解、linux下的yum命令详解、linux 下yum 命令详解、yum配置文件详解,以便于您获取更多的相关知识。

时间: 2024-10-30 20:24:00

linux下配置yum源方法详解_Linux的相关文章

Linux下Android ADB驱动安装详解

Linux下Android ADB驱动安装详解 概述 最近由于内置的合作商比较多,本人使用的Ubuntu系统好多厂商的Android手机都无法正确的识别,经过一番折腾,和查阅SDK,现把Linux下ADB驱动配置的方法和当中会遇到的相关问题的解决方法整理出来贡献给大家. Linux下使用手机USB调试模式连接ADB进行Android程序的调试,配置驱动没有Windows来的直观. 具体步骤 首先确认手机连接上电脑,lsusb查看下设备记录. matthew@matthew-1230-laptop

Java Spring MVC 上传下载文件配置及controller方法详解_java

下载: 1.在spring-mvc中配置(用于100M以下的文件下载) <bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"> <property name="messageConverters"> <list> <!--配置下载返回类型--> <bean class="or

YUM解决RPM包安装依赖关系及yum工具介绍本地源配置方法详解_Linux

1.背景概述 在实际生产环境下,对于在linux系统上安装rpm包,主要面临两个实际的问题 1)安装rpm包过程中,不断涌现的依赖关系问题,导致需要按照提示或者查询资料,手工安装更多的包 2)由于内外网的隔离,无法连接外网的yum源 鉴于上述因此,本文将详细介绍,yum工具以及配置本地yum源的方法 2.yum工具简介 •yum工具作为rpm包的软件管理器,可以进行rpm包的安装.升级以及删除等日常管理工作,而且对于rpm包之间的依赖关系可以自动分析,大大简化了rpm包的维护成本. •yum工具

linux网站服务Apache的安装与配置方法详解_Linux

这篇文章介绍下linux网站服务apache的安装与配置方法,包括挂载光盘,安装http服务,管理httpd服务,httpd的配置文件几大部分.具体详情可以参考下文. 1.挂载光盘 自己习惯将光盘挂载在/media/cdrom目录,在做本地yum源的时候此目录为默认目录之一 [root@localhost /]# mount /dev/cdrom /media/cdrom/ 2.安装httpd服务(如果本地yum源已经搭建好就直接进行这一步,没有的话需要搭建,前面的文章有提到yum源的搭建) [

Linux crontab定时任务配置方法(详解)_Linux

CRONTAB概念/介绍 crontab命令用于设置周期性被执行的指令.该命令从标准输入设备读取指令,并将其存放于"crontab"文件中,以供之后读取和执行. cron 系统调度进程. 可以使用它在每天的非高峰负荷时间段运行作业,或在一周或一月中的不同时段运行.cron是系统主要的调度进程,可以在无需人工干预的情况下运行作业.crontab命令允许用户提交.编辑或删除相应的作业.每一个用户都可以有一个crontab文件来保存调度信息.系统管理员可以通过cron.deny 和 cron

使用yum查看工具lspci所在包并安装的方法(详解)_Linux

摘要:虚拟机安装时一般都采用最小化安装,默认没有lspci工具.一台测试虚拟网卡性能的虚拟机,需要lspci工具来查看网卡的类型.本文描述了在一个虚拟机中安装lspci工具的具体步骤. 由于要测试虚拟机上的不同的虚拟网卡驱动类型的传输效率,所以需要变化虚拟机的虚拟网卡类型,并且利用lspci工具验证是否加载成功. 虚拟机操作系统:CentOS6.0 i386. 启动虚拟机后,键入lspci,系统提示没有这个命令.于是想到先安装这个工具再测试.安装过程需要解决几个问题:安装源?lspci属于哪个包

Linux下的压缩解压缩命令详解

linux zip命令 zip -r myfile.zip ./*将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,-r表示递归压缩子目录下所有文件. 2.unzipunzip -o -d /home/sunny myfile.zip把myfile.zip文件解压到 /home/sunny/-o:不提示的情况下覆盖文件:-d:-d /home/sunny 指明将文件解压缩到/home/sunny目录下: 3.其他zip -d myfile.zip smart.txt删除压缩文件中

ubuntu下配置nginx+php+mysql详解_php实例

1.更新 www.jb51.net 复制代码 代码如下: sudo apt-get update 2.安装nginx 复制代码 代码如下: sudo apt-get intsall nginx Ubuntu安装之后的文件结构大致为: * 所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下  www.jb51.net  *程序文件在/usr/sbin/nginx * 日志放在了/var/log/nginx中 *并已经在/et

Apache防DDOS模块mod_evasive安装和配置方法详解_Linux

一.mod_evasive 介绍mod_evasive 是Apache(httpd)服务器的防DDOS的一个模块.对于WEB服务器来说,是目前比较好的一个防护DDOS攻击的扩展模块.虽然并不能完全防御DDOS攻击,但在一定条件下,还是起到缓服Apache(httpd)服务器的压力.如配合iptables.硬件防火墙等防火墙设备配合使用,可能有更好的效果.mod_evasive 的官方地址: http://www.zdziarski.com/二.mod_evasive 工作原理Apache模块mo