Files
archived-drop-docs/versioned_docs/version-0.3.0/installing-drop-app/archlinux.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

689 B

Installing the drop-app client on Archlinux

To install the client application on your system, you will need to be able to install packages from the AUR. This is usually done using yay or paru package managers. These extend the default package manager pacman with the ability to download and install packages from the AUR. If you do not have one installed, you can install yay.

Installing drop-app

yay -S drop-oss-app-bin

Updating drop-app

To update drop-app, run yay. If an update is available, yay will prompt you to update it.

Uninstalling drop-app

yay -R drop-oss-app-bin