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

How to Install Plex Media Player on Ubuntu 22.04 – Step by step

February 7, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Plex Media Player Flatpak

    Then to Install Plex Media Player Flatpak App on Ubuntu 24.04
    To Setup the Repo play:

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

    And after:

    flatpak install flathub tv.plex.PlexDesktop

    The Flatpak App Setup do Not need the sudo Command because then it Runs confined into a Sandbox.
    However you’ll be Prompted to Authenticate with your’s User or Admin Pass.
    Then Confirm the proposed Setup with ‘Enter’ and Wait patiently until the App is Downloaded, Build and Installed.

  2. 3. Launching Plex Media Player

    Finally, Launch & Enjoy Plex Media Player
    Use the desktop Launcher:

    How to Install Plex Media Player on Ubuntu 24.04 Noble LTS - Launcher
    Of from Shell with:

    flatpak run tv.plex.PlexDesktop

    How to Install Plex Media Player on Ubuntu 24.04 Noble LTS - UI

Contents