• 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 Enable AppImage and Flatpak in Ubuntu 23.04

How to Enable AppImage and Flatpak in Ubuntu 23.04

By Sourabh / April 9, 2023 Category: How To, Ubuntu

How to enable Flatpak in Ubuntu 23.04 and how to enable AppImage in Ubuntu 23.04.

Enable Flatpak in Ubuntu

To enable Flatpak support, first press Ctrl+Alt+T on keyboard to open terminal, and run command:

sudo apt install flatpak

NOTE: The command “sudo apt install flatpak” will install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later. For older Ubuntu versions, you can intall flatpak via the official Flatpak PPA. To install Flatpak ob older Ubuntu versions, run the following commands in terminal:

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

After that, install the Software Flatpak plugin and add the Flathub repository. To do so, run the command:

sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Don’t forget to restart the system.

Enable AppImage in Ubuntu

To enable AppImage, simply run:

sudo apt install libfuse2

To run an AppImage, simply execute the following command to make it executable and run the program:

chmod a+x Subsurface*.AppImage
./Subsurface*.AppImage

Note that after enabling Flatpak or Appimage support on your Linux Ubuntu system, you must update/upgarde the applications via running the following commands:

sudo apt-get update
sudo apt-get upgrade

Primary Sidebar

Latest Posts

How To Fix Broken Packages On Ubuntu From Terminal

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

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

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