Linux 配置yum源(互联网)

Posted charles-yuan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 配置yum源(互联网)相关的知识,希望对你有一定的参考价值。

Linux 配置yum源(互联网) 

 

  环境:操作系统Redhat 7.5

 

 1.卸载现有的yum源

   rpm -qa|grep yum|xargs rpm -e --nodeps     #移除与原yum有关的东西

 2.  下载新的yum源包.

    我是从网易上下载的,镜像网址:http://mirrors.163.com ,下载以下软件包(我的系统是Redhat7.5 64位,下载的也是相应的软件,其它系统,我不确定是否 可用)

wget http://mirrors.163.com/centos/7/os/x86_64/Packages/rpm-4.11.3-35.el7.x86_64.rpm  
wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
wget http://mirrors.163.com/centos/7/os/x86_64/Packages/python-urlgrabber-3.10-9.el7.noarch.rpm
wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-3.4.3-161.el7.centos.noarch.rpm      
wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.31-50.el7.noarch.rpm      

  3. 安装

    使用指令:rpm -ivh *.rpm --force --nodeps 

  4. 配置文件

    镜像的配置我也是从网易上下载的,执行下面指令即可。

     cd /etc/yum.repos.d

     wget http://mirrors.163.com/.help/CentOS7-Base-163.repo   

    

    修改配置文件,使用vi指令编辑配置,运行::1,$s/$releasever/7/g

    然后在执行以下指令 :

      yum clean all

      yum makecache

 

 

  

 

以上是关于Linux 配置yum源(互联网)的主要内容,如果未能解决你的问题,请参考以下文章

我自己使用linux来开发,如何配置yum源

CentOS7 配置 yum 源和 epel 源

Linux的yum源配置总结

如何配置Centos 6.5 的yum源

Ceph本地yum源配置

CentOS 8  配置本地yum源