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

How to Install Flatpak on Ubuntu 19.04 Disco Easy Guide

May 21, 2019 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 19.04 Installing Flatpak – QuickStart Guide

Hi! The Tutorial shows you Step-by-Step How to Install Flatpak in Ubuntu 19.04 Disco GNU/Linux.

First, Flatpak for Ubuntu 19.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 Ubuntu 19.04 - Featured

Especially relevant: due to the Frequent Releases stream the official Flatpak PPA is the Recommended Way to install Flatpak.

  1. 1. Launching Shell Emulator

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

    How to Install Flatpak on Ubuntu Disco - Open Terminal Shell Emulator

Contents