Update the list of available packages and their versions without upgrading them:
sudo apt update
Actually upgrade the installed packages while also removing redundant packages without causing data dependency issues, thanks to the "dist" in the command (which is better in my opinion):
sudo apt dist-upgrade
Make sure that the update-manager-core package is installed:
sudo apt install update-manager-core
Run:
sudo vim /etc/update-manager/release-upgrades
Change the value of Prompt from lts to normal. This is needed because 20.10 is not an LTS.
Upgrade from 20.04 to 20.10 (after upgrading all the packages):
Update the list of available packages and their versions without upgrading them:
Actually upgrade the installed packages while also removing redundant packages without causing data dependency issues, thanks to the "dist" in the command (which is better in my opinion):
Make sure that the
update-manager-core
package is installed:Run:
Change the value of
Prompt
fromlts
tonormal
. This is needed because 20.10 is not an LTS.Upgrade from 20.04 to 20.10 (after upgrading all the packages):