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

Liquorix Kernel Installation in Linux Mint 21 – Step-by-step

January 10, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling Liquorix Kernel PPA

    Add Liquorix Kernel PPA for Mint GNU/Linux

    Enabling Liquorix Kernel Repo for Mint
  2. 3. Installing Liquorix Kernel

    Then to Install Liquorix Kernel in Mint
    Simply run:

    sudo apt install linux-image-liquorix-amd64 linux-headers-liquorix-amd64

    And obviously the Setup includes the useful Kernel Headers.
    If Got “User is Not in Sudoers file” then Look: Solution
    Finally, to load it Reboot with:

    sudo reboot
  3. 4. Removing Liquorix Kernel

    In case of Booting Issue to Remove Liquorix Kernel
    First, delete the Liquorix Packages like:

    sudo apt remove linux-image-liquorix-amd64 linux-headers-liquorix-amd64

    Next the Images and Components:

    sudo rm /boot/*liquorix*

    And finally, update GRUB Configuration with:

    sudo update-grub
  4. So Now I’m truly Happy if My Guide could Help you to Install the Liquorix Kernel on Linux Mint!

Contents