We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88620a commit 523c5beCopy full SHA for 523c5be
src/config/kernel.md
@@ -7,7 +7,7 @@ named `linux<x>.<y>`: for example, `linux4.19`. You can query for all available
7
kernel series by running:
8
9
```
10
-$ xbps-query --regex -Rs '^linux[0-9.]+-[0-9._]+'
+$ xbps-query --regex -Rs '^linux[0-9.]+-[0-9._]+' | sort -Vrk2
11
12
13
The `linux` meta package, installed by default, depends on one of the kernel
0 commit comments