User Tools

Site Tools


ubuntu:apt:upgrade_installed_packages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:apt:upgrade_installed_packages [2023/06/18 16:38] – created peterubuntu:apt:upgrade_installed_packages [2023/06/18 16:40] (current) peter
Line 1: Line 1:
 ====== Ubuntu - apt - Upgrade installed packages ====== ====== Ubuntu - apt - Upgrade installed packages ======
 +
 +Same as **apt-get upgrade --with-new-pkgs.***
 +
 +----
  
 <code bash> <code bash>
Line 20: Line 24:
  
 ===== Another way to perform a complete upgrade ===== ===== Another way to perform a complete upgrade =====
 +
 +The same as **apt-get dist-upgrade**.
  
 <code bash> <code bash>
-sudo apt dist-upgrade+sudo apt full-upgrade
 </code> </code>
  
Line 31: Line 37:
     * It never tries to remove any packages or tries to install a new package on its own.     * It never tries to remove any packages or tries to install a new package on its own.
  
-  * The command **apt dist-upgrade**, on the other hand, is proactive.+  * The command **apt full-upgrade**, on the other hand, is proactive.
     * It looks for dependencies with the newer version of the package being installed and it tries to install new packages or __remove__ existing ones on its own.     * It looks for dependencies with the newer version of the package being installed and it tries to install new packages or __remove__ existing ones on its own.
     * It has a “smart” conflict resolution system. It will attempt to upgrade the most important packages, at the expense of the less important ones.     * It has a “smart” conflict resolution system. It will attempt to upgrade the most important packages, at the expense of the less important ones.
ubuntu/apt/upgrade_installed_packages.1687106315.txt.gz · Last modified: 2023/06/18 16:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki