Artix Linux Forum

Artix Linux => System => Topic started by: dawcek on 11 June 2019, 09:49:17

Title: Delay in kernel release
Post by: dawcek on 11 June 2019, 09:49:17
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 ?
Title: Re: Delay in kernel release
Post by: fungalnet on 11 June 2019, 11:46:28
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.
Title: Re: Delay in kernel release
Post by: SGOrava on 12 June 2019, 12:50:51
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>