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

Step-by-step – Liquorix Kernel Installation in Parrot OS

March 13, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling Liquorix Kernel Repo

    Add Liquorix Kernel Repo for Parrot GNU/Linux

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

    Then to Install Liquorix Kernel in Parrot
    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. Updating Linux Firmware

    How to Update Linux Firmware on GNU+Linux (Optional)

    Linux Firmware Update Guide

    This step is required just to make use of some New Device Drivers not available in your current Firmware.

  4. 5. 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
  5. So Now I’m truly Happy if My Guide could Help you to Install the Liquorix Kernel on Parrot OS Home/Security Linux!

Contents