zoukankan      html  css  js  c++  java
  • Aliyun linux repo文件

    [root@mycloudhost yum.repos.d]# cat AliYun.repo 
    ## Note, this file is written by cloud-init on first boot of an instance
    ## modifications made here will not survive a re-bundle.
    ## if you wish to make changes you can:
    ## a.) do the same in user-data
    ## b.) add sources in /etc/yum.repos.d/
    ## c.) make changes to template file /etc/cloud/templates/sources.list.aliyun.tmpl
    ###
    
    # AliYun.repo
    [base]
    name=AliYun-$releasever - Base - mirrors.aliyun.com
    baseurl=http://mirrors.cloud.aliyuncs.com/alinux/$releasever/os/$basearch/
    gpgcheck=1
    gpgkey=http://mirrors.cloud.aliyuncs.com/alinux/RPM-GPG-KEY-ALIYUN
    
    #released updates
    [updates]
    name=AliYun-$releasever - Updates - mirrors.aliyun.com
    baseurl=http://mirrors.cloud.aliyuncs.com/alinux/$releasever/updates/$basearch/
    gpgcheck=1
    gpgkey=http://mirrors.cloud.aliyuncs.com/alinux/RPM-GPG-KEY-ALIYUN
    
    #additional packages that may be useful
    [extras]
    name=AliYun-$releasever - Extras - mirrors.aliyun.com
    baseurl=http://mirrors.cloud.aliyuncs.com/alinux/$releasever/extras/$basearch/
    gpgcheck=1
    gpgkey=http://mirrors.cloud.aliyuncs.com/alinux/RPM-GPG-KEY-ALIYUN
    
    # plus packages provided by Aliyun Linux dev team
    [plus]
    name=AliYun-$releasever - Plus - mirrors.aliyun.com
    baseurl=http://mirrors.cloud.aliyuncs.com/alinux/$releasever/plus/$basearch/
    gpgcheck=1
    gpgkey=http://mirrors.cloud.aliyuncs.com/alinux/RPM-GPG-KEY-ALIYUN[root@mycloudhost yum.repos.d]# 
    [root@mycloudhost yum.repos.d]# 
    [root@mycloudhost yum.repos.d]# 
    [root@mycloudhost yum.repos.d]# 
    [root@mycloudhost yum.repos.d]# cat epel.repo 
    ## Note, this file is written by cloud-init on first boot of an instance
    ## modifications made here will not survive a re-bundle.
    ## if you wish to make changes you can:
    ## a.) do the same in user-data
    ## b.) add sources in /etc/yum.repos.d/
    ## c.) make changes to template file /etc/cloud/templates/sources.list.aliyun.epel.tmpl
    ###
    
    [epel]
    name=Extra Packages for Enterprise Linux 7 - $basearch
    baseurl=http://mirrors.cloud.aliyuncs.com/epel/7/$basearch
    failovermethod=priority
    enabled=1
    gpgcheck=1
    gpgkey=http://mirrors.cloud.aliyuncs.com/epel/RPM-GPG-KEY-EPEL-7
    
    [epel-debuginfo]
    name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
    baseurl=http://mirrors.cloud.aliyuncs.com/epel/7/$basearch/debug
    failovermethod=priority
    enabled=0
    gpgkey=http://mirrors.cloud.aliyuncs.com/epel/RPM-GPG-KEY-EPEL-7
    gpgcheck=1
    
    [epel-source]
    name=Extra Packages for Enterprise Linux 7 - $basearch - Source
    baseurl=http://mirrors.cloud.aliyuncs.com/epel/7/SRPMS
    failovermethod=priority
    enabled=0
    gpgkey=http://mirrors.cloud.aliyuncs.com/epel/RPM-GPG-KEY-EPEL-7
    gpgcheck=1
    

      

  • 相关阅读:
    页面时如何加载的
    Node的运行
    js 和css 的压缩工具。
    js 判断ie
    208-Servlet初始化是什么?
    207-乐观锁与悲观锁?
    206-navicat一直连接不上mycat是怎么回事?
    205-springboot如何集成reids?
    204-jdbc如何连接数据库
    203-全局变量char的默认值是多少?
  • 原文地址:https://www.cnblogs.com/yzg-14/p/13961393.html
Copyright © 2011-2022 走看看