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

Step-by-step – Flatpak KDE Neon 20.04 Installation

June 25, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling Flatpak Repo

    Then to Add Flatpak Repository for KDE Neon
    Execute:

    sudo add-apt-repository ppa:alexlarsson/flatpak

    And then to Refresh Apt Repos:

    sudo apt update

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  2. 3. Installing Flatpak

    Finally, to Install Flatpak for KDE Neon 20.04
    Simply play:

    sudo apt install flatpak

Contents