Skip to main content
Topic: Delay in kernel release (Read 931 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Delay in kernel release

Hello all

Could you please explain me, why  lts kernel in repo is in 4.19.44 version, but on https://www.kernel.org we can see that the newest is in 4.19.49 version. What did caused this delay, is it normal or there are some critical bugs ?

Re: Delay in kernel release

Reply #1
Enable core (arch) and install lts
# pacman -S core/linux-lts
It is 4,19-49 and this is what I am using right now.

Re: Delay in kernel release

Reply #2
Please be careful with [core].
If you truly need it put it at the end of pacman.conf otherwise you can break your system

And install packages from it with :
Code: [Select]
pacman -S core/<package>