美文网首页
apt 的update 和 upgrade的不同

apt 的update 和 upgrade的不同

作者: eleven_a1dc | 来源:发表于2019-11-08 10:53 被阅读0次

You should first run update, then upgrade. Neither of them automatically runs the other.

apt-get update updates the list of available packages and their versions, but it does not install or upgrade any packages.
apt-get upgrade actually installs newer versions of the packages you have. After updating the lists, the package manager knows about available updates for the software you have installed. This is why you first want to update.
Additionally, you can use apt-get update && apt-get upgrade to do both steps after each other.

相关文章

网友评论

      本文标题:apt 的update 和 upgrade的不同

      本文链接:https://www.haomeiwen.com/subject/njsibctx.html