yum命令详细解析

yum命令详细解析
check-update   Check for available package updates
clean          移除缓存数据
deplist        列出包的依赖性关系
erase          从系统移除或者卸载一个安装包
groupinfo      显示一个安装包组详细信息
groupinstall   将一个分类组的所有包全部安装到系统上
grouplist      列出所有系统可用的包的分组
groupremove    按照组将包全部卸载
help           显示帮助信息
info           显示一个包的详细信息
info-security  返回这个包的安全数据
install        将一个或多个包安装到系统里
list           列出一个包或者一个组的包
list-security  Returns security data for the packages listed, that affects your system
localinstall   安装本地的rpm包
makecache      生成元数据缓存
provides       查找某个是文件时那个安装包里的
reinstall      重新安装一个包
repolist       显示配置软件知识库
resolvedep     查看那个包提供依赖性
search         查找与给出字符串匹配的包的详细信息
shell          运行一个交互式的yum shell
update         更新某个在系统上已安装的包
update-minimal Works like update, but goes to the 'newest' package match which fixes a problem that affects your system
upgrade        Update packages taking obsoletes into account

options:
  -h, --help            show this help message and exit
  -t, --tolerant        be tolerant of errors
  -C                    run entirely from cache, don't update cache
  -c  [config file]     config file location
  -R  [minutes]         maximum command wait time
  -d  [debug level]     debugging output level
  --showduplicates      show duplicates, in repos, in list/search commands
  -e  [error level]     error output level
  -q, --quiet           quiet operation
  -v, --verbose         verbose operation
  -y                    answer yes for all questions
  --version             show Yum version and exit
  --installroot=[path]  set install root
  --enablerepo=[repo]   enable one or more repositories (wildcards allowed)
  --disablerepo=[repo]  disable one or more repositories (wildcards allowed)
  -x [package], --exclude=[package]
                        exclude package(s) by name or glob
  --disableexcludes=[repo]
                        disable exclude from main, for a repo or for
                        everything
  --obsoletes           enable obsoletes processing during updates
  --noplugins           disable Yum plugins
  --nogpgcheck          disable gpg signature checking
  --disableplugin=[plugin]
                        disable plugins by name
  --enableplugin=[plugin]
                        enable plugins by name
  --skip-broken         skip packages with depsolving problems
  --security            Include security relevant packages
  --cve=CVE             Include packages needed to fix the given CVE
  --bz=BZ               Include packages needed to fix the given BZ
  --advisory=ADVISORY   Include packages needed to fix the given advisory

你可能感兴趣的:(职场,yum,休闲)