Files
archived-drop-docs/docs/installing-drop-app/fedora.md
Paco a932dc3aec Adds pages to install drop-app on different platforms (#18)
* Adds pages to install drop-app on different platforms

* Removes rust-nightly-bin related instructions as they are not needed

* Adds ubuntu page

* Adds debian page

* Adds fedora guide

* Improves documentation to get umu-run to work on steamos and bazzite

* Fixes broken links

* Fixes the bazzite page

* Updates client link to latest version and removes rust-nightly-bin as a dependency on arch

* Few improvements
2025-12-06 14:47:57 +11:00

933 B

Installing drop-app on Fedora

Installing libayatana-appindicator-gtk3

This library is dependency of drop-app. Without it, drop-app will crash on start up.

sudo dnf install libayatana-appindicator-gtk3

Installing drop-app

To install drop-app on Fedora, simply download the rpm package from this page and open the downloaded file. It will open it in the Software app. You can click Install on this page.

Installing drop-app on the Fedora Software app

Uninstalling drop-app

You can uninstall libayatana-appindicator-gtk3 if no other applications depend on it, or if you simply want to get rid of it, you can do so with the following:

sudo dnf remove libayatana-appindicator-gtk3

You can then uninstall drop with the following command:

sudo dnf remove drop-desktop-client