Can't install LTS kernel

I want to install the LTS kernel with CLI. Using “sudo pacman -S linux-lts linux-lts-headers” I get

error: failed retrieving file ‘linux-lts-headers-6.6.11-1-x86_64.pkg.tar.zst’ from opencolo.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file ‘linux-lts-6.6.11-1-x86_64.pkg.tar.zst’ from opencolo.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file ‘linux-lts-headers-6.6.11-1-x86_64.pkg.tar.zst’ from ftp.osuosl.org : The requested URL returned error: 404
error: failed retrieving file ‘linux-lts-6.6.11-1-x86_64.pkg.tar.zst’ from ftp.osuosl.org : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

I updated the mirrors twice with same result. I have the current tar.zst for LTS 6.6; can I install from that and how? I know I could use akm. Thanks

Looks like you are trying to install packages without updating the system first.

Try:

sudo pacman -Syu linux-lts linux-lts-headers

OK, that works, did not know. Thanks much!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.