Skip to content

Commit a27fecf

Browse files
docs: update AppImage FAQ item (#332)
Since the bug preventing reinstallation of removed package has been fixed, it's not needed anymore install a package dependent on fuse, we can just install directly avoiding additional attack surface
1 parent 187688b commit a27fecf

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

content/FAQ.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -526,13 +526,7 @@ If SMT is disabled, this effectively halves the number of CPU cores; the perform
526526
### [Why don't my AppImages work?](#appimage)
527527
{: #appimage}
528528

529-
AppImages depend on fuse2, which is unmaintained and depends on a SUID root binary. For this reason, fuse2 support is removed by default. It's strongly recommended that you find alternative mechanisms to install your applications (Flatpak, Distrobox, etc.). If you can't find an alternative and still need fuse2, you can add it back by layering something that depends on it.
530-
531-
For example:
532-
533-
```
534-
rpm-ostree install funionfs
535-
```
529+
AppImages depend on fuse2, which is unmaintained and depends on a SUID root binary. For this reason, fuse2 support is removed by default. It's strongly recommended that you find alternative mechanisms to install your applications (Flatpak, Distrobox, etc.). If you can't find an alternative and still need fuse2, you can add it back by layering with `rpm-ostree install fuse` and then rebooting.
536530

537531
### [Why won't Trivalent start when Bubblejailed?](#trivalent-bubblejail)
538532
{: #trivalent-bubblejail}

0 commit comments

Comments
 (0)