yum update upgrade区别

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum update upgrade区别相关的知识,希望对你有一定的参考价值。

    今天在做centos的内核升级测试,在使用源码升级的时候,在网上开到在升级内核之前先进行yum update、yum upgrade。这个两个到底有什么区别吗?网上搜索了一大把发现全是这样的说法:

    

    yum -y update

        升级所有包,改变软件设置和系统设置,系统版本内核都升级


    yum -y upgrade

        升级所有包,不改变软件设置和系统设置,系统版本升级,内核不改变

而且还信誓旦旦的贴上了测试结果,真的是这样的吗???!!!我们还是看下man yum 是怎么说的吧!!!


update 

If  run without any packages, update will update every currently installed package.  If one or more packages or pack-age 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 information) 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.


本文出自 “冰寒于水” 博客,请务必保留此出处http://bing2010.blog.51cto.com/1822459/1940122

以上是关于yum update upgrade区别的主要内容,如果未能解决你的问题,请参考以下文章

yum update upgrade区别

CentOS yum update 与 yum upgrade 区别

Linux yum upgrade和yum update区别

Linux中升级更新命令yum upgrade和yum update的区别

Linux升级命令yum upgrade和yum update的区别

Linux升级命令yum upgrade和yum update的区别