Hi, I just installed linux-next and linux-next-headers and I don't get it when I reboot:

pacman -Qi linux
Name : linux
Version : 6.2.11-1

And the new linux-next is :

core/linux-next 6.2.12-1

I think it's installed, but I can't see it...

Thanks in advance!

    Hi judd10
    Have you tried pacman -Qi linux-next ?

    LANG=C pacman -Qi linux-next
    Name : linux-next
    Version : 6.2.12-1
    Description : The Linux Kernel and modules
    Architecture : x86_64
    URL : https://www.kernel.org/
    Licenses : GPL2
    Groups : None
    Provides : linux=6.2.12
    Depends On : coreutils linux-firmware kmod initrd
    Optional Deps : None
    Required By : tomoyo-tools
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 201.63 MiB
    Packager : Anke Boersma <demm@kaosx.us>
    Build Date : Thu 20 Apr 2023 08:21:22 AM -03
    Install Date : Thu 27 Apr 2023 08:53:32 PM -03
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : SHA-256 Sum

    LANG=C pacman -Qs next
    local/jack2 1.9.22-1
    The next-generation JACK with SMP support
    local/linux-next 6.2.12-1
    The Linux Kernel and modules
    local/linux-next-headers 6.2.12-1
    Header files and scripts for building modules for linux kernel
    local/pcre2 10.42-1
    A library that implements Perl 5-style regular expressions, next generation.
    local/python3 3.10.11-1
    Next generation of the python high-level scripting language
    local/pyyaml 6.0-3
    The next generation YAML parser and emitter for Python.

    EDIT: Solved → https://kaosx.us/docs/kernels/

     j  ~  uname -a
    Linux os 6.2.12-1-next #1 SMP PREEMPT_DYNAMIC Thu Apr 20 11:34:39 UTC 2023 x86_64 GNU/Linux
     j  ~  

    Thank you @fjmorazan and @demm for your time/attention!