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

How to Install Spotify Flatpak on GNU/Linux

September 20, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Flatpak

    How to Setup Flatpak on Linux

    Flatpak Installation Guide
  2. 3. Installing Spotify

    Then to Install Spotify Flatpak App on Linux.

    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

    For further Insight see the Flatpak Official Documentation.
    And after:

    flatpak install https://flathub.org/repo/appstream/com.spotify.Client.flatpakref

    Wait patiently until the App is Downloaded, Built and Installed…

  3. 4. Launching Spotify

    Finally, Launch & Enjoy Spotify
    From Shell with:

    flatpak run com.spotify.Client

    But easiest to Use the Desktop Launcher:
    How to Install Spotify Flatpak on Linux - Spotify UI

Contents