While running sudo do-release-upgrade
, I got a message saying:
16 installed packages are no longer supported by Canonical. You can still get support from the community.
I know I probably shouldn't be worried, but how can I get a list of those packages before starting the upgrade?
The following is the complete output of do-release-upgrade
before choosing continue: http://paste.ubuntu.com/12990830/
For better convenience, this is the most important part of it:
Calculating the changes
Do you want to start the upgrade?
16 installed packages are no longer supported by Canonical. You can
still get support from the community.
61 packages are going to be removed. 204 new packages are going to be
installed. 1617 packages are going to be upgraded.
You have to download a total of 1,220 M. This download will take
about 55 minutes with your connection.
Installing the upgrade can take several hours. Once the download has
finished, the process cannot be canceled.
Continue [yN] Details [d]
The first option: Press D to see the details after starting
sudo do-release-upgrade
as you can see it in the output of the command in your question.The second option: Use
/var/log/dist-upgrade/main.log
to see something like this
The third option: You can see a list of the installed community packages with this command
to see something like this
When you drop out of the do-release-upgrade script, whether you select
N
ory
, the log will be saved in/var/log/dist-upgrade/main.log
.Getting the list of unsupported packages is a matter of running the following command:
you would get an output similar to:
I believe the easiest and most direct way to do this is with this command (as of Ubuntu 20.04):
This will give you an output like this: