$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 Repo

  1. 2. Downgrading Kernel

    First, to Search for the Available Kernels on Extra Repo
    With:

    pacman -Ss linux | grep "kernel and modules"
    Available linux kernels

    But if you don’t find a right Solution then Go to the Next Step!
    Then to Install Kernel play:

    sudo pacman -Sy linux[xy]

    Replace [xy] with your choice in the above!
    Reboot with:

    sudo reboot

    GNU/Linux Arch GRUB Configuration Tutorial.

Contents