zoukankan      html  css  js  c++  java
  • 使用yum时,保留下载包设置

    摘自:http://www.360doc.com/content/11/0218/15/4171006_94080041.shtml

    配置yum保留已经下载的rpm包,供以后升级或重新安装时使用。
    修改/etc/yum.conf
    [main]
    cachedir=/home/soft1/yumcache
    keepcache=1
    debuglevel=2

    cachedir是放置下载的包的地方,可以修改自己想放的位置。
    keepcache为1时表示保存已经下载的rpm包。
    debuglevel为信息输出等级,范围为0-10,缺省为2

    When you are lost, follow your heart
  • 相关阅读:
    border-radius
    border-style
    border-width
    border
    max-width
    min-width
    clip 语法
    left
    z-index
    position
  • 原文地址:https://www.cnblogs.com/andreking/p/5794312.html
Copyright © 2011-2022 走看看