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

GNU/Linux Manjaro Downgrading Kernel Guide

Hi! The Tutorial shows you Step-by-Step How to Downgrade Kernel in Manjaro GNU/Linux Desktop.

This procedure may be Necessary only if you want to Run some Software that is Not still supported from the Kernel.

Especially relevant: the Official Manjaro Repo Do Not provide a Kernel Versions choice. I put here only the ones available on the AUR Repo.

For more you’ll need to: Build Linux from Source.

Downgrade Kernel GUI Manjaro Linux Guide - Featured
  1. 1. Terminal Getting-Started Guide

    How to QuickStart with Command Line on Manjaro GNU/Linux:

    Console Manjaro Linux QuickStart Guide