欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Yellowdog Updater, Modified
来自开放百科 - 灰狐
(版本间的差异)
小 (→Projects) |
|||
(未显示1个用户的3个中间版本) | |||
第1行: | 第1行: | ||
+ | {{SeeWikipedia}} | ||
+ | |||
Yum(Yellow dog Updater, Modified) is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm. | Yum(Yellow dog Updater, Modified) is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm. | ||
第29行: | 第31行: | ||
==Projects== | ==Projects== | ||
*[[RepoView]] | *[[RepoView]] | ||
+ | |||
+ | [[category:package]] | ||
+ | [[category:Red Hat]] | ||
+ | [[category:CentOS]] |
2015年7月19日 (日) 11:55的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Yellowdog Updater, Modified Thanks, Wikipedia. |
Yum(Yellow dog Updater, Modified) is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm.
目录 |
[编辑] Features
- Multiple Repositories
- Simple config file
- Correct dependency calculation
- Fast operation
- rpm-consistent behavior
- comps.xml group support, including multiple repository groups
- Simple interface
http://linux.duke.edu/projects/yum/
[编辑] yum指令
[编辑] rpm包的更新
检查可更新的rpm包
#yum check-update
更新所有的rpm包
#yum update
更新指定的rpm包,如更新kernel和kernel source
#yum update kernel kernel-source
大规模的版本升级,与yum update不同的是,连旧的淘汰的包也升级
#yum upgrade
[编辑] 安装和删除
#yum list glibc #yum install glibc #yum remove glibc
[编辑] Projects
分享您的观点