ubuntu:apt:upgrade_installed_packages
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:apt:upgrade_installed_packages [2023/06/18 16:39] – peter | ubuntu:apt:upgrade_installed_packages [2023/06/18 16:40] (current) – peter | ||
---|---|---|---|
Line 24: | 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 |
</ | </ | ||
Line 35: | 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.1687106354.txt.gz · Last modified: 2023/06/18 16:39 by peter