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

HWE Kernel Ubuntu 18.04 Installation – Step-by-step

September 21, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing HWE Kernel

    Now to Install HWE Kernel on Ubuntu
    On Desktop play:

    sudo apt-get install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04

    Where for Server simply:

    sudo apt-get install --install-recommends linux-generic-hwe-18.04

    And the to enable it Reboot with:

    sudo reboot

    Last, to Check for your support:

    hwe-support-status --verbose

Contents