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

How to Downgrade Kernel on Manjaro GNU/Linux

September 20, 2023 | By the+gnu+linux+evangelist.

Dowgrading Kernel from AUR

  1. 2. Installing AUR Package Manager

    How to Install Yay for Manjaro GNU/Linux

    Here Installing Yay Aur Package Installer
    Link to Getting Started with Yay Package Manager Manjaro GNU/Linux
  2. 3. Downgrading Kernel

    Then to Downgrade Kernel in Manjaro
    Simply run:

    Copy
    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:

    Copy
    sudo reboot

    Finally, 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 Manjaro Linux!

Contents