如何配置CentOS或者RedHat5.X、6.X、7.X的网络yum源

第一步:找到一个可靠的yum源

中科大帮助:https://lug.ustc.edu.cn/wiki/mirrors/help/centos源:http://mirrors.ustc.edu.cn/centos/搜狐帮助:http://mirrors.sohu.com/help/centos.html源:http://mirrors.sohu.com/centos/163帮助:http://mirrors.163.com/.help/centos.html源:http://mirrors.163.com/centos/

第二步:配置yum源

在第一步中的各网站上的帮助部分的链接下载类似于CentOS-Base.repo的文件(就是网站在安装说明中要求你该名称此文件名的文件,具体名字可能根据不同的网站有所不同,内容应该都是一样的。)例如中科大的:
[[email protected] /]cd /etc/yum.repos.d
[[email protected] yum.repos.d]wget https://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/centos?codeblock=1

第三步:将CentOS-Base.repo中的$releasever替换成相应的版本

首先要保证被替换的版本下面有内容。例如,我用的是红帽6.2版本的系统,但是各个 第一步中的“源” 的链接中只有6.7里面有内容。那么我就把所有的$releasever替换成6.7
[[email protected] yum.repos.d]vim CentOS-Base.repo
vim命令模式下
:1,$s/$releasever/6.7/g
:wq

保存退出

第四步:更新yum源

[[email protected] yum.repos.d]yum clean all
[[email protected] yum.repos.d]yum makecache

结束

附录:安装epel也是同理

首先: 找到资源http://mirrors.opencas.cn/epel/,选择好自己的系统版本和位数(32选i386/,64选x86_64/),然后下载到本地,如:

[[email protected] /]wget http://mirrors.opencas.cn/epel/6/x86_64/epel-release-6-8.noarch.rpm

然后:安装好就行了

[[email protected] /]rpm -ivh epel-release-6-8.noarch.rpm
[[email protected] /]yum clean all
[[email protected] /]yum makecache

结束

时间: 2024-10-19 21:03:45

如何配置CentOS或者RedHat5.X、6.X、7.X的网络yum源的相关文章

redhat配置centos网络yum源

方案一: 配置网络yum源rpm -ivh vsftpd-2.2.2-6.el6_0.1.x86_64service vsftpd restartchkconfig --level 35 vsftpd oncd /var/ftp/pub/mkdir yum把上面的挂载点改成/var/ftp/pub/yumvim /etc/yum.repos.d/rhel-source.repo[server]name=serverbaserul=ftp://pub/yum/Server/  #(注意要挂载光驱)

CentOS 6.6下配置本地yum源与网络yum源

一.本地yum源 1.系统默认已经安装了可使用yum的软件包,所以可以直接配置: [[email protected] ~]# cd /etc/yum.repos.d/                         yum源配置文件放置目录 [[email protected] yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak    先将网络yum源        配置文件更名(让其失效) [[email protected] yum

CentOS 6.5下本地yum源与网络yum源的配置使用

一.本地yum源 1.系统默认已经安装了可使用yum的软件包,所以可以直接配置: [[email protected] ~]# cd /etc/yum.repos.d/                         yum源配置文件放置目录 [[email protected] yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak    先将网络yum源        配置文件更名(让其失效) [[email protected] yum

CentOS 6.* 配置本地网络 yum源

CentOS 6.* 配置本地网络yum源 一台服务时只需要配一个本地的yum源即可:当需要配置多台服务器时,只需要配置1到2台vsftpd的yum源,其它服务器通过ftp连接yum源: 1 基于本地文件的yum源 1.1 下载镜像源 wget -b https://mirrors.aliyun.com/centos/6.10/isos/x86_64/CentOS-6.10-x86_64-bin-DVD1.iso tail -100f wget-log 1.2 挂载iso镜像文件 ll /mnt

RHEL配置网络yum源

RHEL6.5系统配置网络Yum源概述 1.配置本地yum源: 将光盘镜像文件挂载到/mnt目录下#mount /dev/cdrom /mnt; 修改/etc/yum.repo.d/目录下的配置文件,删除或重命名其他的.repo文件,创建新的local.repo文件,内容如下: [local] name=local DVD baseurl=file:///mnt enabled=1 gpgcheck=0 2.利用本地yum源安装wget下载工具: #yum install wget -y 3.利

配置本地和网络yum源

一.配置本地yum源 1.检查自己是否已经安装yum [[email protected] ~]# rpm -qa | grep yum yum-updatesd-0.9-2.el5 yum-security-1.1.16-13.el5 yum-metadata-parser-1.1.2-3.el5 yum-3.2.22-20.el5 yum-rhn-plugin-0.5.4-13.el5 2.把安装光盘挂在到/mnt下 [[email protected] ~]# mount /dev/cdr

配置网络yum源

有的时候服务器需要下载一些软件,是本地yum源没有的,这时候需要配置网络yum源 #cd  /etc/yum.repos.d/ 把这个目录下的配置文件备份,改名:或者是把文件里边的enabled=1的改为enabled=0: # wget -O /etc/yum.repos.d/CentOS-Base.repo   http://mirrors.aliyun.com/repo/Centos-6.repo # sed -i  's/$releasever/6/g' /etc/yum.repos.d

[Linux] 024 IP 地址配置和网络 yum 源

1. IP 地址配置 (1) 使用 setup 工具 $ setup ps setup 是 RedHat 系列的功能:一般地,Debian系列没有这个功能 Xubuntu 没有这个功能 (2) 启动网卡 step1 $ vi /etc/sysconfig/network-scripts/ifcfg-eth0 step2 把 ONBOOT = "no" 改为 ONBOOT = "yes" step3 重启网络服务 $ service network restart p

脚本配置网络YUM源及epel源

+++++++++++++++++++++++++++++++++内容:shell 脚本实战之配置网络YUM源及epel源时间:2019年8月5日+++++++++++++++++++++++++++++++++ #!/usr/bin/env bashyum_dir=/etc/yum.repos.dyum_bak_dir=/etc/yum.repos.d/bakcentos6_repo_pos=http://mirrors.aliyun.com/repo/Centos-6.repocentos6

CentOS7下配置网络yum源(附带下载地址)

一.查看外网是否通畅 配置网络yum源(需要保证外网开通,我这里是使用网易163提供开源镜像站) 二.下载repo文件 cd /etc/yum.repos.dwget http://mirrors.163.com/.help/CentOS6-Base-163.repo 三. 备份并替换系统的repo文件 备份原来的.repo配置文件 cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.bk         复制网易下载的.repo并修