On Sat 09 Jan 2021 at 15:25:17 (-0600), William Torrez Corea wrote:
> My version actually is Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux.

You *are* running buster: that's the *kernel* version.
Mine looks like this:

$ uname -a
Linux axis 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 (2020-11-28) x86_64 
GNU/Linux
$ 

When this kernel (linux-image-4.19.0-13-amd64, 4.19.160-2) was
upgraded here (Dec 5), it replaced 4.19.0-12-amd64, 4.19.152-1,
and I purged the version before that (linux-image-4.19.0-11-amd64,
4.19.146-1), which is yours. So it looks as if you're two kernel
versions behind.

You might not be aware that upgraded kernels are seen as new
packages, because the version number is part of the package name.
So an "ordinary" upgrade should leave the old version untouched.
Three commands (as root) that would rectify this are, in order:

# apt-get update
# apt-get upgrade
# apt-get dist-upgrade

The first updates the packages list.
The second upgrades most packages that need it, and tells you that
it is holding back the kernel package(s).
When you run the third of these, check from the output that the system
is only installing a package like linux-image-… (and perhaps linux-headers),
and that nothing is being removed.

If that's not the case, repost the output here.

Cheers,
David.

Reply via email to