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

How to Downgrade Kernel on Arch GNU/Linux

GNU/Linux Arch Downgrading Kernel Guide

Hi! The Tutorial shows you Step-by-Step How to Downgrade Kernel in Arch-based GNU/Linux Desktops.

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

Finally, this Setup is valid for all the Arch Linux Based Distros like:

  • Manjaro
  • CachyOS
  • EndeavourOS
  • Garuda
  • ArcoLinux
  • Archman
  • Bluestar
  • Archcraft
  • ArchLabs
  • ArchBang
  • BlackArch
  • Artix
Downgrade Kernel GUI Arch Linux Guide - Featured
  1. 1. Terminal Getting-Started Guide

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

    Console Arch Linux QuickStart Guide