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

ZFS Installation in Lubuntu – Step-by-step

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

Installing

  1. 2. Enabling ZFS PPA

    Add ZFS PPA for Lubuntu GNU/Linux

    Enabling ZFS Repo for Lubuntu
  2. 3. Installing ZFS

    Then to Install ZFS in Lubuntu
    Simply run:

    sudo apt install zfs-dkms

    Testing Installation with:

    sudo zpool upgrade

    Last, to enable it Reboot with:

    sudo reboot

Contents