博客
关于我
配置阿里云作为yum 源
阅读量:473 次
发布时间:2019-03-06

本文共 329 字,大约阅读时间需要 1 分钟。

第一步:下载aliyum 的yum源配置文件。

  访问以下地址下载repo文件:http://mirrors.aliyun.com/repo/

第二步:将下载到的repo文件复制到/etc/yum.repo.d/目录下。

----------------------------------------------------

以下是本地yum源的示例配置:

[base_extra]

name=base & extra

baseurl=file:///mnt/base

  file:///mnt/extra

enabled=1

gpgcheck=0

转录地址:https://www.cnblogs.com/JiangLe/p/5137075.html

你可能感兴趣的文章
openlayers 入门教程(七):Interactions 篇
查看>>
openlayers 入门教程(三):view 篇
查看>>
openlayers 入门教程(九):overlay 篇
查看>>
openlayers 入门教程(二):map 篇
查看>>
openlayers 入门教程(五):sources 篇
查看>>
openlayers 入门教程(八):Geoms 篇
查看>>
openlayers 入门教程(六):controls 篇
查看>>
openlayers 入门教程(十一):Formats 篇
查看>>
openlayers 入门教程(十三):动画
查看>>
openlayers 入门教程(十二):定位与轨迹
查看>>
openlayers 入门教程(十五):与 canvas、echart,turf 等交互
查看>>
openlayers 入门教程(十四):第三方插件
查看>>
openlayers 入门教程(十):style 篇
查看>>