yum源配置及详解

Posted tanlei-sxs

tags:

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

技术分享图片
 

红帽系列中,进行软件安装可以有三种方法,编译安装,rpm包安装,和yum源安装。其中yum方法安装最简单,因为它可以自动解决软件包之间的依赖关系。。。

 

一、常用yum源
yum源可以来源于多种文件服务器:

http://
https://
ftp://
file:// 本地文件
yum源国内镜像站点:

阿里源 https://mirrors.aliyun.com/centos/7.3.1611/os/x86_64/
清华大学https://mirror.tuna.tsinghua.edu.cn/centos/7.3.1611/os/x86_64/

网易源http://mirrors.163.com/centos/7.3.1611/os/x86_64/

浙江大学http://mirrors.zju.edu.cn/centos/7.3.1611/os/x86_64/

注意:有repodata的目录的子目录为yum源的路径

 

二、yum源配置

yum的配置文件
cachedir=/var/cache/yum/$basearch/$releasever #yum下载后的缓存目录
keepcache=0    #是否缓存,0为不缓存,1为缓存
debuglevel=2
logfile=/var/log/yum.log  #yum的安装日志
exactarch=1
obsoletes=1
gpgcheck=1  #默认是否进行gpg校验,0为不校验,1校验
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

 










以上是关于yum源配置及详解的主要内容,如果未能解决你的问题,请参考以下文章

yum源配置与详解

阿里云配置详解

RHEL / CentOS 配置YUM源 及YUM介绍

第四章 yum源介绍及配置

第四章 yum源介绍及配置

linux 下yum软件库配置文件详解!.repo