欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Yellowdog Updater, Modified
来自开放百科 - 灰狐
您可以在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
分享您的观点