[GH-ISSUE #6423] [Bug] Can't install on Fedora Linux #2838

Open
opened 2026-03-23 21:25:34 +00:00 by mirror · 2 comments
Owner

Originally created by @ayazwx on GitHub (Sep 28, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6423

Bug Description

Can't install on Fedora Linux

How to Reproduce

When I try to install on Fedora

Expected Behavior

This must be installed

Operating System

Fedora 40

AppFlowy Version(s)

current

Screenshots

Screenshot from 2024-09-28 16-29-59

Additional Context

No response

Originally created by @ayazwx on GitHub (Sep 28, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6423 ### Bug Description Can't install on Fedora Linux ### How to Reproduce When I try to install on Fedora ### Expected Behavior This must be installed ### Operating System Fedora 40 ### AppFlowy Version(s) current ### Screenshots ![Screenshot from 2024-09-28 16-29-59](https://github.com/user-attachments/assets/7e347ea1-ba54-40f0-a4ba-1238a3bc2880) ### Additional Context _No response_
Author
Owner

@LucasXu0 commented on GitHub (Oct 1, 2024):

@ayazwx Did you try adding --force --no-deps to the install script?

<!-- gh-comment-id:2385150830 --> @LucasXu0 commented on GitHub (Oct 1, 2024): @ayazwx Did you try adding `--force --no-deps` to the install script?
Author
Owner

@imoize commented on GitHub (Dec 4, 2024):

same here on Fedora 41, current version v0.7.6, using --force no effect as --no-deps result: unknown option.

Using --force:

error: Failed dependencies:
	libbitsdojo_window_linux_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libdesktop_drop_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libfile_selector_linux_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libflowy_infra_ui_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libflutter_linux_gtk.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libgtk_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libhotkey_manager_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libirondash_engine_context_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	liblocal_notifier_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libscreen_retriever_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libsentry_flutter_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libsuper_native_extensions_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	liburl_launcher_linux_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64
	libwindow_manager_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64

Using --no-deps:

rpm: --no-deps: unknown option
<!-- gh-comment-id:2516525632 --> @imoize commented on GitHub (Dec 4, 2024): same here on Fedora 41, current version v0.7.6, using `--force` no effect as `--no-deps` result: unknown option. Using `--force`: ```bash error: Failed dependencies: libbitsdojo_window_linux_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libdesktop_drop_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libfile_selector_linux_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libflowy_infra_ui_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libflutter_linux_gtk.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libgtk_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libhotkey_manager_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libirondash_engine_context_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 liblocal_notifier_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libscreen_retriever_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libsentry_flutter_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libsuper_native_extensions_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 liburl_launcher_linux_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 libwindow_manager_plugin.so()(64bit) is needed by AppFlowy-0.7.6-2.x86_64 ``` Using `--no-deps`: ```bash rpm: --no-deps: unknown option ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2838
No description provided.