Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

General Questions • Re: [Software] Can't update debian

$
0
0

Code:

Listing... Donelinux-headers-amd64/stable,now 6.1.123-1 amd64 [installed,automatic]linux-image-amd64/stable,now 6.1.123-1 amd64 [installed]
Those packages should update the kernel to the latest but it seems they are not. You should have:

Code:

$ apt list -i linux-image-amd64 linux-headers-amd64Listing... Donelinux-headers-amd64/stable-security,now 6.1.128-1 amd64 [installed]linux-image-amd64/stable-security,now 6.1.128-1 amd64 [installed]
First maybe try:

Code:

apt full-upgrade
If that doesn't help, there have been a couple of rare reports that the apt package list is not updated correctly. Try the solution in this post to remove the lists and refresh them:
viewtopic.php?p=782512#p782512
Copied here for posterity:

Code:

#> mv /var/lib/apt/lists/ /var/lib/apt/lists-SAVE/#> apt update
Then apt upgrade

Statistics: Posted by sunrat — 2025-03-05 04:08



Viewing all articles
Browse latest Browse all 2901

Trending Articles