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

How to Get Started with Flatpak on GNU/Linux

March 19, 2018 | By the+gnu+linux+evangelist.

How to Get Started

  1. 2. Enabling Flatpak Repository

    Then Add Flatpak Repository
    This will Enable the necessary Repo if Not Exists:

    sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
  2. 3. Searching Flatpak Apps

    Then to Search Flatpak App with Keyword
    With the Flatpak Repository Enabled it’s easy to Search and Install New Apps:

    flatpak search [myKeyword]

    So for instance:

    flatpak search spotify
  3. 4. Installing Flatpak App

    And so to Install Flatpak App
    Then to Install an App generally:

    flatpak install [com.my.app]

    Now to Install the Spotify Client App do:

    flatpak install https://flathub.org/repo/appstream/com.spotify.Client.flatpakref
  4. 5. Running Flatpak App

    Finally, to Run a Flatpak App Desktops
    Use the Desktop Launcher from Menu:

    How to Get Started with Flatpak on GNU/Linux - App Icon

    Or on Terminal like:

    flatpak run [com.my.app]

    So for instance:

    flatpak run com.spotify.Client
  5. 6. Flatpak Desktop Integration Guide

    Getting Started with Flatpak Desktop Integration on GNU/Linux

    Flatpak Desktop Integration Quick-Start
  6. So Now I’m truly Happy if My Guide could Help you to Getting Started Using Flatpak to Install GNU/Linux Applications!

Contents