• 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

How To Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

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

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