Operations 2 min read

How to Install Linux Applications with Flatpak

This guide explains how to set up Flatpak on various Linux distributions, add the Flathub repository, and install applications such as Kodi using simple command‑line steps.

Ubuntu
Ubuntu
Ubuntu
How to Install Linux Applications with Flatpak

Install Flatpak

Different Linux distributions have specific instructions for installing Flatpak. For Ubuntu 18.10 (Cosmic Cuttlefish) and newer, run: sudo apt install flatpak On older versions, add the Flatpak stable PPA first, then install:

sudo add-apt-repository ppa:flatpak/stable
sudo apt update
sudo apt install flatpak

Add the Flathub Repository

Flathub is the central app store for Flatpak packages. Add its repository with the following command:

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

Install Linux Applications

After adding Flathub, you can install any application available there. For example, to install the Kodi media center, run: flatpak install flathub tv.kodi.Kodi Images illustrate the process:

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Package Managementflatpakapplication installationflathub
Ubuntu
Written by

Ubuntu

Focused on Ubuntu/Linux tech sharing, offering the latest news, practical tools, beginner tutorials, and problem solutions. Connecting open-source enthusiasts to build a Linux learning community. Join our QQ group or channel for discussion!

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.