博客
关于我
配置阿里云作为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

你可能感兴趣的文章
python | pynsist,一个强大的 Python 库!
查看>>
python | pyparsing,一个强大的 Python 库!
查看>>
python | pyqtgraph,一个神奇的 Python 库!
查看>>
python读取文本文件数据
查看>>
python | Python mock对象与测试替身
查看>>
python | Python pandas实现数据追加和合并的最佳方法
查看>>
python | Python 中检查一个数字是否是三态数
查看>>
python | Python 蒙特卡洛模拟
查看>>
python | python-docx,一个超厉害的 Python 库!
查看>>
python | Python中使用@property装饰器
查看>>
python | Python中的functools模块高级应用
查看>>
python | Python中的itertools模块使用技巧
查看>>
python | Python中的事件驱动编程模型
查看>>
python | Python中的内存池与缓存机制
查看>>
python | Python中的弱引用与内存管理
查看>>
python | Python中的类多态:方法重写和动态绑定
查看>>
python | Python作用域链查找机制
查看>>
python | Python俄罗斯方块游戏详解
查看>>
python | Python动态代码执行:exec和compile函数
查看>>
Python读取文件数据进行数据图形化展示
查看>>