• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Run Flatpak App From Terminal In Ubuntu Linux

How To Run Flatpak App From Terminal In Ubuntu Linux

By Sourabh / July 13, 2023 Category: How To, Ubuntu

In this tutorial we will explain how to use flatpak on Linux Ubuntu and How to run flatpak app from terminal. We will also see were are flatpak apps installed on the System.

How To Run Flatpak App From Terminal

To run a Flatpak application from the command line:

flatpak run Application ID or APP_FQDN

The only official way to launch an app is with the above command.

APP_FQDN orApplication ID are the Application fully qualified names are usually a reverse domain name where the application is hosted or somehow denotes the developer. For example, APP_FQDN for KRITA is org.kde.krita and APP_FQDN for Spotify is com.spotify.Client and APP_FQDN for Visual Studio is com.visualstudio.code.

These APP_FQDN are never memorable and it makes it hard to run flatpak app from terminal. But here is a way to look at information about an installed package and get the Application ID. You can run the following command to find out what command to use to run the flatpak app:

flatpak info Application ID

For example, to find out what command to use to run Slack, you can run the following command:

flatpak list --columns=name,application | grep -i slack

You wll get on-screen output which will show the APP_FQDN or Application ID of Slack. In this case you will see “Slack com.slack.Slack”. Here the Application ID is com.slack.Slack and this can be used to run flatpak apps and get details about the respective app.

You can execute the following commands: “flatpak info com.slack.Slack” or “flatpak run com.slack.Slack”.

Primary Sidebar

Latest Posts

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap