码迷,mamicode.com
首页 > 编程语言 > 详细

Python学习之路——Linux基础之yum

时间:2018-11-01 19:54:44      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:安装   base   pca   pre   基础   yum本地源   -o   需要   ffffff   

yum本地源
  • 修改yum源配置文件 /etc/yum.repo.d/local/repo
    技术分享图片
    技术分享图片
    yum clean all : 清除yum缓存

    网络yum源

  • 修改yum源配置文件 /etc/yum.repo.d/local/repo 为网络yum源
    修改baseurl为网络yum源路径(注意需要存在依赖关系repodata目录的路径下)

    自定义yum源

    1. 安装createrepo
    2. 创建yum源目录 : mkdir /test
    3. 拷贝软件包到/test
    4. createrepo /test :创建依赖性关系 (得先安装createrepo)
    5. 修改/etc/yum.repos.d/local.repos:【baseurl=file:///test】

      yum安装与删除

      yum install <软件包名>
      yum reinstall <软件包名> :重新安装
      yum erase <软件包名>

      yum安装后软件包保留

      修改 /etc/yum.conf 中keepcache=1

Python学习之路——Linux基础之yum

标签:安装   base   pca   pre   基础   yum本地源   -o   需要   ffffff   

原文地址:http://blog.51cto.com/14052013/2311865

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!