As of today Debian 11 distributes (apt upgrade
) Linux Kernel Version 5.10.4-1 - LTS release:
echo 'bullseye' | xargs -d' ' -Irepository curl -s https://ftp-stud.hs-esslingen.de/debian/dists/bullseye/main/binary-amd64/Packages.xz | xzcat | grep 'Package: linux-image'
…
Package: linux-image-5.10.0-1-amd64
…
Thanks @ruff for the above command! For it to work I needed to install curl
as it was missing on my old ltop Debian 11 distro.
Above is great news, IMHO, and just for those that used Linux Kernel 5.9, it reached EOL on 2020-12-21.
P.S. @Sharon please be aware (in general) of the original post (first one) posted here, as it is related to PureOS (current) kernel.
EDIT: linux-image-5.10.0-1-amd64_5.10.4-1_amd64.deb
is now part of repo.pureos.net
, of course (great).