CentOS 中 yum update 与 yum upgrade 的区别

在 CentOS 系统中,yum upgradeyum update 都会将系统包更新到最新版本。

至于区别,我们还是通过 man yum 的帮助信息来了解也许更好:

update If run without any packages, update will update every currently installed package.  If one or more packages or package globs are specified, Yum will only
              update  the listed packages.  While updating packages, yum will ensure that all dependencies are satisfied. (See Specifying package names for more infor‐
              mation) If the packages or globs specified match to packages which are not currently installed then update will not  install  them.  update  operates  on
              groups, files, provides and filelists just like the "install" command.

              If the main obsoletes configure option is true (default) or the --obsoletes flag is present yum will include package obsoletes in its calculations - this
              makes it better for distro-version changes, for example: upgrading from somelinux 8.0 to somelinux 9.

              Note that "update" works on installed packages first, and only if there are no matches does it look  for  available  packages.  The  difference  is  most
              noticeable  when you do "update foo-1-2" which will act exactly as "update foo" if foo-1-2 is installed. You can use the "update-to" if you'd prefer that
              nothing happen in the above case.

upgrade
              Is the same as the update command with the --obsoletes flag set. See update for more details.

根据帮助信息可以看到,upgrade 与附带 --obsoletes 的选项时的 update 是一样的

重要说明如下:

upgrade:

Is the same as the update command with the --obsoletes flag set. See update for more details.

update:

If the main obsoletes configure option is true (default) or the --obsoletes flag is present yum will include package obsoletes in its calculations - this makes it better for distro-version changes, for example: upgrading from somelinux 8.0 to somelinux 9.

然而, update 即使不附带 --obsoletes 选项时,默认的配置中将其设置为了 true (开启),在 /etc/yum.conf 文件中可以查看到默认的配置信息:

[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

所以,只能说默认情况下没有区别,而使用 update 则更为灵活。

参考:
in-centos-what-is-the-difference-between-yum-update-and-yum-upgrade
CONFIGURING YUM AND YUM REPOSITORIES



转载至https://www.jianshu.com/p/4df7692bdc2b

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值