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

How to Install Flatpak on Xubuntu 20.04 Focal Easy Guide

January 13, 2020 | By the+gnu+linux+evangelist.

GNU/Linux Xubuntu 20.04 Installing Flatpak – Step by step Guide

How to Install Flatpak in Xubuntu 20.04 Focal LTS GNU/Linux.

First, Flatpak for Xubuntu 20.04 is a technology for Building, Distributing, Installing and Running Linux Apps.

Moreover, Flatpak is primarily targeted at the Linux desktop, although it can also be used as the basis for application distribution in other contexts, such as embedded systems.

Finally, Flatpak has been designed and implemented with a number of Goals:

  • Allow applications to be installed on any Linux distribution.
  • Provide consistent environments for applications, to facilitate testing and reduce bugs.
  • Decouple applications from the operating system, so that applications don’t depend on specific versions of each distribution.
  • Allow applications to bundle their own Dependencies, so that they can use libraries that aren’t provided by a Linux distribution, and so they can depend on specific versions or even patched versions of a library.
  • Increase the security of Linux desktops, by isolating applications in sandboxes.
Install Flatpak Xubuntu 20.04 - Featured

So now also if Flatpak is already on System is Strongly Recommended Upgrading it to the Latest Release by the Official Flatpak PPA Repo.

  1. 1. Launching Shell Emulator

    Open a Terminal window
    (Press “Enter” to Execute Commands)

    How to Install Flatpak on Xubuntu Focal - Open Terminal Shell Emulator



  1. 2. Enabling Flatpak Repo

    Then to Add Flatpak Repository for Xubuntu
    Execute:

    sudo add-apt-repository ppa:alexlarsson/flatpak

    And if you Get a Missing Repo Issue then Amend it Manually with:

    sudo nano /etc/apt/sources.list.d/*flatpak*.list

    Changing ‘focal’ in ‘eoan’!
    Ctrl+x to Save & Exit from nano Editor.
    And then to Refresh Apt Repos Xubuntu:

    sudo apt update



  1. 3. Installing Flatpak

    Finally, to Install Flatpak for Xubuntu Focal
    Simply play:

    sudo apt install flatpak
  2. 4. Flatpak Getting-Started

    How to Getting Started Searching & Installing Flatpak Apps

    Flatpak Apps Installation Quick Start Guide