PDA

View Full Version : ubuntu 20.04 can't be upgraded



hoboy
April 18th, 2020, 11:12 AM
Hi
How to deal with the issues bellow ?

sudo apt list --upgradable
Listing... Done
linux-image-generic/focal-proposed 5.4.0.25.31 amd64 [upgradable from: 5.4.0.24.30]
N: There is 1 additional version. Please use the '-a' switch to see it
test01@test01:~$ sudo apt list --upgradable -a
Listing... Done
linux-image-generic/focal-proposed 5.4.0.25.31 amd64 [upgradable from: 5.4.0.24.30]
linux-image-generic/focal,focal,now 5.4.0.24.30 amd64 [installed,upgradable to: 5.4.0.25.31]


Cheers

sudodus
April 18th, 2020, 01:13 PM
What happens when you try upgrading with the following command line?



sudo apt full-upgrade


Edit: I tried in my current Lubuntu Focal and it upgraded to kernel version 5.4.0.24.30 (not ...31).

CatKiller
April 18th, 2020, 01:26 PM
linux-image-generic/focal-proposed 5.4.0.25.31 amd64 [upgradable from: 5.4.0.24.30]

Packages in the Proposed (https://wiki.ubuntu.com/Testing/EnableProposed) repository haven't been released. They are there for specific testing.

hoboy
April 18th, 2020, 01:36 PM
sudo apt full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
test01@test01:~$ sudo apt list --upgradable -a
Listing... Done
linux-image-generic/focal-proposed 5.4.0.25.31 amd64 [upgradable from: 5.4.0.24.30]
linux-image-generic/focal,focal,now 5.4.0.24.30 amd64 [installed,upgradable to: 5.4.0.25.31]

hasn't help
Tks

sudodus
April 18th, 2020, 01:57 PM
I think your system is not ready yet for kernel 5.4.0.25.31, or to put it the other way around: kernel 5.4.0.25.31 is not ready yet for your system.

hoboy
April 18th, 2020, 01:58 PM
Tks