π§ Install Flatpak on Ubuntu Linux (Latest Version)
Flatpak is a modern Linux package management system that allows applications to run in a
secure, sandboxed environment. It works across different Linux distributions and ensures you always
get the latest app versions without dependency conflicts.
π¦ App Info
- π§© Software: Flatpak
- π§ Platform: Ubuntu Linux
- βοΈ Category: Package Manager
- π Security: Sandboxed Applications
- π Version: Latest Stable
- π License: Open Source
π Why Install Flatpak on Ubuntu?
- β Install apps securely in isolated environments
- π¦ Access the latest Linux applications
- π Works the same across multiple Linux distros
- π§© No dependency or library conflicts
- β‘ Easy updates and rollbacks
π οΈ Install Flatpak on Ubuntu
To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, open the Terminal and run:
sudo apt install flatpak
π₯οΈ Install GNOME Software Flatpak Plugin
The GNOME Software Flatpak plugin allows you to install Flatpak apps using a graphical interface,
without relying on the command line.
sudo apt install gnome-software-plugin-flatpak
Note: Ubuntu versions 20.04 to 23.04 ship GNOME Software as a Snap, while Ubuntu 23.10
and newer use the App Center. Neither supports Flatpak apps by default. Installing this plugin will also
install a DEB-based GNOME Software, which may result in two Software apps appearing on some versions.
π Add the Flathub Repository
Flathub is the largest and most trusted source for Flatpak applications.
To enable Flathub, run the following command:
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
π Restart Your System
To complete the setup, restart your system. After rebooting, you can start installing Flatpak apps
and enjoy a modern, secure Linux app ecosystem.
π‘οΈ Safety Information
Flatpak is a trusted open-source Linux technology used worldwide.
All commands shown here are official and safe.
file4dl.com does not host or promote harmful, modified, or illegal software.
β Final Words: Installing Flatpak on Ubuntu gives you access to a powerful,
secure, and future-ready way of managing Linux applications. Itβs highly recommended for
both beginners and advanced users.

