前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >(centos)yum配置保存package包

(centos)yum配置保存package包

作者头像
suveng
发布2019-09-18 14:18:42
6470
发布2019-09-18 14:18:42
举报

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

本文链接:https://blog.csdn.net/qq_37933685/article/details/82048736

个人博客:https://suveng.github.io/blog/​​​​​​​

(centos7)linux yum 配置保存下载package

  1. 配置yum.conf vi /etc/yum.conf
  2. yum.conf如下:把 keepcache=0 改为 keepcache=1即可 [main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 installonly_limit=5 bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum distroverpkg=centos-release # This is the default, if you make this bigger yum won't see if the metadata # is newer on the remote and so you'll "gain" the bandwidth of not having to # download the new metadata and "pay" for it by yum not having correct # information. # It is esp. important, to have correct metadata, for distributions like # Fedora which don't keep old packages around. If you don't like this checking # interupting your command line usage, it's much better to have something # manually check the metadata once an hour (yum-updatesd will do this). # metadata_expire=90m # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d
  3. 保存的包存放在/var/cache/ 下
  4. yum安装本地包命令 yum localinstall 如果是rpm包,直接使用 rpm -ivh 包名
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018年08月25日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • (centos7)linux yum 配置保存下载package
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档