> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# A Bug Broke Flatpaks on Ubuntu 25.10 [Patch Released]
- URL: https://itsfoss.com/news/ubuntu-25-10-flatpak-bug/
- Published: 2025-10-10T07:27:12.000Z
- Updated: 2025-10-12T10:26:46.000Z
- Description: Critical Bug Prevents Flatpak Apps from Installing on Ubuntu 25.10
- Author: Sourav Rudra
- Tags: Development Updates, Ubuntu, News, #Import 2025-11-08 21:15

📋

From what I see on the [bug status](https://bugs.launchpad.net/ubuntu/+source/flatpak/+bug/2122161?ref=itsfoss.com), a fix has been released for this issue. I have changed the title of the article to reflect this and avoid unnecessary confusion.

Ubuntu 25.10 "Questing Quokka" was [recently released](https://itsfoss.com/ubuntu-25-10-release/), bringing a host of improvements like Linux kernel 6.17, GNOME 49, new default apps, and many other under-the-hood enhancements.

However, **a major issue has surfaced** shortly after launch that affects users trying to install [Flatpak](https://itsfoss.com/flatpak-guide/) applications on the new release. If you've upgraded to Ubuntu 25.10 and attempted to install anything from [Flathub](https://flathub.org/en?ref=itsfoss.com), you've likely encountered installation failures.

## Flatpak + Ubuntu 25.10 = Bad?

![](https://itsfoss.com/content/images/2025/10/ubuntu-25-10-broken-flatpak-demo-1.png)

![](https://itsfoss.com/content/images/2025/10/ubuntu-25-10-broken-flatpak-demo-2.png)

**The broken Flatpak functionality on Ubuntu 25.10.*

Flatpak installations are completely broken on Ubuntu's latest interim release. When attempting to install any Flatpak application from the command line, an error is shown: "*Could not unmount revokefs-fuse filesystem*," followed by "*Child process exited with code 1*."

The bug has been [marked as critical on Launchpad](https://bugs.launchpad.net/ubuntu/+source/flatpak/+bug/2122161?ref=itsfoss.com), with Canonical developers actively working on a fix.

The root cause lies with [AppArmor](https://apparmor.net/?ref=itsfoss.com), Ubuntu's security policy enforcement tool. According to the bug report, the AppArmor profile for `fusermount3` lacks the necessary privileges to function properly in Ubuntu 25.10.

Flatpak depends on `fusermount3` to mount and unmount filesystems during application installation. The tool requires access to files like `/run/mount/utab` and related files such as `/run/mount/utab.*`. AppArmor is currently blocking this access.

Without it, `fusermount3` (*and umount, which it invokes*) cannot complete the unmount operation, causing Flatpak installations to fail.

A temporary workaround exists that involves disabling the AppArmor profile for `fusermount3`. However, when I tested it on my Ubuntu 25.10 virtual machine, it didn't resolve the issue.

Your mileage may vary, so feel free to give it a shot if you cannot make do without Flatpak functionality. Still, I recommend waiting for an official patch that should provide a more permanent and reliable solution.

The [workaround details](https://bugs.launchpad.net/ubuntu/+source/flatpak/+bug/2122161/comments/5?ref=itsfoss.com) are outlined in the bug report for those who want to attempt it. Keep in mind that disabling AppArmor profiles reduces the security protections on your system, which is another reason to hold out for the proper fix.

Via: [OMG! Ubuntu](https://www.omgubuntu.co.uk/2025/10/flatpak-broken-ubuntu-25-10-apparmor-bug?ref=itsfoss.com)

**Suggested Read** 📖

[Using Flatpak on Linux \[Complete Guide\]Learn all the essentials for managing Flatpak packages in this beginner’s guide.![](https://itsfoss.com/content/images/icon/android-chrome-192x192-287.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/thumbnail/use-flatpak-linux-2.jpeg)](https://itsfoss.com/flatpak-guide/)