tslite

YUM REPO:

   http://content.example.com/rhel7.0/x86_64/dvd 

创建自建yum REPO文件:

  vim /etc/yum.repos.d/redhat.repo

   [localrepo]

    name = localrepo

    baseurl = http://content.example.com/rhel7.0/x86_64/dvd 

    enabled = 1

    gpgcheck = 0

清除缓存:

    yum clean all

列出可用的yum源

    yum repolist

分类:

技术点:

相关文章:

  • 2021-11-29
  • 2021-08-29
  • 2021-08-29
  • 2021-10-06
  • 2021-11-08
  • 2021-12-08
  • 2021-11-14
  • 2021-12-08
猜你喜欢
  • 2018-06-06
  • 2019-08-07
  • 2021-11-14
  • 2021-12-08
  • 2018-09-22
  • 2021-10-09
  • 2021-10-09
相关资源
相似解决方案