zoukankan      html  css  js  c++  java
  • 配置yum源

    配置yum源

    [local]                            //软件操作类型

    name=1                             //名字

    baseurl=file:///soft               //引用本地路径

    enabled=1                          //是否启用

    gpgcheck=0                         //检查权威性

    例:

    [root@rhel79img yum.repos.d]# cat rhel.repo

    [rhel]

    name=rhel

    baseurl=file:///mnt

    enabled=1

    gpgcheck=0

    ###################

    yum list

    yum makecahe

    yum clean all

  • 相关阅读:
    文件上传和下载
    代理模式
    设计模式分类
    单例模式
    抽象工厂模式
    成长
    Java教程
    python面试大全
    python入门教程
    收藏网摘
  • 原文地址:https://www.cnblogs.com/rsrzrcj/p/15391139.html
Copyright © 2011-2022 走看看