$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Downgrade Kernel on Arch GNU/Linux

Dowgrading Kernel from AUR

  1. 2. Installing AUR Package Manager

    How to Install Yay for Arch GNU/Linux

    Installing Yay Aur Package Installer
  2. 3. Downgrading Kernel

    Then to Downgrade Kernel in Arch Linux
    Simply run:

    yay -Sy --noconfirm linux-lts515 linux-lts515-headers

    On Prompt try simply to Hit “Enter” and follow with the Default Choices.
    Possibly to Accept the License Agreement Hit “q”.
    For further insight and to Search for more Choices see: AUR Kernel.
    Last, Reboot with:

    sudo reboot

    Else for a Custom arbitray Setup you may see: How to Build Kernel from Source Code.

  3. So Now I’m truly Happy if My Guide could Help you to Downgrade Kernel on Arch Linux!

Contents