Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Learning Resources»Beyond APT: Software Management with Flatpak on Ubuntu

    Beyond APT: Software Management with Flatpak on Ubuntu

    May 9, 2025
    Beyond APT: Software Management with Flatpak on Ubuntu
    by George Whittaker

    Ubuntu has long relied on APT and DEB packages for software management, with Snap becoming increasingly prevalent in recent releases. However, a third contender has risen to prominence in the Linux world: Flatpak. Designed as a universal software packaging and distribution framework, Flatpak offers a fresh, sandboxed approach to application management that works seamlessly across distributions. In this article, we’ll dive into how to manage software with Flatpak on Ubuntu, providing everything you need to get started, optimize your workflow, and compare it with existing solutions.

    What is Flatpak?

    Flatpak is a modern application packaging system developed by the Free Desktop Project. Its goal is to enable the distribution of desktop applications in a sandboxed environment, ensuring greater security, consistency, and compatibility across Linux distributions.

    Key Benefits of Flatpak

    • Cross-distribution compatibility: A single Flatpak package works on any Linux distribution with Flatpak support.

    • Sandboxing: Applications run in isolation, reducing the risk of affecting or being affected by other software or the host system.

    • Bundle dependencies: Flatpak packages include all necessary dependencies, reducing compatibility issues.

    • Version control: Developers can ship and maintain multiple versions easily.

    Limitations

    • Storage overhead: Applications may use more disk space due to bundled runtimes.

    • Redundancy: Ubuntu users already have Snap, which can lead to confusion or duplication.

    Installing Flatpak on Ubuntu

    Although Flatpak isn’t pre-installed on Ubuntu, setting it up is straightforward.

    Step 1: Install Flatpak

    Open a terminal and run:

    sudo apt update sudo apt install flatpak

    Step 2: Install GNOME Software Plugin (Optional)

    To integrate Flatpak apps into the Ubuntu Software GUI:

    sudo apt install gnome-software-plugin-flatpak

    This step allows Flatpak apps to appear alongside APT and Snap apps in GNOME Software.

    Step 3: Reboot or Log Out

    Restart your session to apply system changes and enable Flatpak integration fully.

    Adding the Flathub Repository

    Most Flatpak applications are hosted on Flathub, the central repository for Flatpak packages.

    To add Flathub:

    Go to Full Article

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleOtterCookie v4 Adds VM Detection and Chrome, MetaMask Credential Theft Capabilities
    Next Article AI updates from the past week: IBM watsonx Orchestrate updates, web search in Anthropic API, and more — May 9, 2025

    Related Posts

    News & Updates

    A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

    July 22, 2025
    News & Updates

    “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-5245 – GNU Binutils Debug Type Samep Memory Corruption Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Malaysia Dodged a Bullet in 2024. But Are We Ready for the Next One?

    Development

    CVE-2025-5951 – CVE-2022-1234: Apache HTTP Server Unauthenticated Remote Code Execution

    Common Vulnerabilities and Exposures (CVEs)

    AI-powered malware eludes Microsoft Defender’s security checks 8% of the time — with just 3 months of training and “reinforcement learning” for around $1,600

    News & Updates

    Highlights

    Development

    Accepting Multiple Parameters in Laravel Commands

    June 26, 2025

    Laravel’s array parameter syntax enables commands to accept multiple arguments and options efficiently. Build powerful…

    Thousands of WordPress Sites at Risk Due to Critical Crawlomatic Plugin Vulnerability

    May 19, 2025

    CVE-2023-31358 – AMD Manageability API DLL Hijacking Privilege Escalation Vulnerability

    May 13, 2025

    CVE-2025-49723 – Windows StateRepository API Authorization Bypass

    July 9, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.