【YUM】YUM

一、简介

    YUM,是Yellowdog Updater Modified的简写,是Linux下的一个以RPM包为基础软件自动化管理程序,有点类似于是Windows QQ软件管理。

    官网:http://yum.baseurl.org/

    文档:http://yum.baseurl.org/wiki/Guides

二、安装和使用

    2.1、安装

        安装linux时,一般会自动安装YUM的,也可以自己使用rpm命令安装

    2.2、使用

        其实官方文档其实很详细了,等有时间了将相关的文档翻译一下,并应用实践。如下是官网的一些指导:     

  • RepoCreate -- How to setup your own repositories
  • YumCommands -- Basic yum commands
  • RpmCommands -- Useful rpm commands
  • RepoQuery -- Useful instructions on using Repoquery from yum-utils
  • YumHistory -- Explanation of the yum history command and how to use it
  • YumDB -- Explanation of the yumdb, what information is in there and how to access/edit it.
  • YumGroups -- Using yum groups
  • YumMultipleMachineCaching -- Lowering bandwith usage by caching data over multiple machines
  • RepoTools -- Managing repositories
  • YumPackageUpdates -- What happens in a package update, and how you can control it
  • YumForIsvs -- If you're shipping a package and want to keep it updated by yum, how to do that.


你可能感兴趣的:(【YUM】YUM)