this post was submitted on 16 Aug 2023
2 points (100.0% liked)

Linux Questions

1009 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

I'm looking for a linux kernel for Debian that is 6.4.2 or above (need it to support the AX101 WiFi module).

The Debian package linked below is "linux-image-6.4.0-2-amd64 (6.4.4-3)"

Does that mean the kernel version is 6.4.0 or 6.4.4?

https://packages.debian.org/unstable/kernel/linux-image-6.4.0-2-amd64

top 1 comments
sorted by: hot top controversial new old
[–] suprjami@lemmy.sdf.org 2 points 11 months ago

It means 6.4.4.

The 0 can be ignored, so you can think of this as "linux-image-6.4" then if you want the actual revision you look after the arch and see "6.4.4".

This is explained in the Debian kernel handbook:

https://www.debian.org/doc/manuals/debian-kernel-handbook/ch-versions.html

For compatibility, the official kernel packages currently add '.0' to the upstream version.