mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00

Copy installation instructions from the Dangerzone wiki [1] into the Dangerzone source. This has several benefits: 1. Devs can update installation instructions as part of a PR. 2. Users can see installation instructions for previous releases. The last point is important, because we can update our instructions in the main branch, without affecting the instructions a user follows from the website (currently pointing to the Dangerzone Wiki). Refs #240 [1]: https://github.com/freedomofpress/dangerzone/wiki/Installing-Dangerzone
935 B
935 B
Dangerzone 0.3 is available for:
- Ubuntu 22.04 (jammy)
- Debian 11 (bullseye)
- Fedora 36
- Fedora 35
Ubuntu, Debian
Add our repository following these instructions, or by running this script:
curl -s https://packagecloud.io/install/repositories/firstlookmedia/code/script.deb.sh | sudo bash
Install Dangerzone:
sudo apt update
sudo apt install -y dangerzone
Fedora
Add our repository following these instructions, or by running this script:
curl -s https://packagecloud.io/install/repositories/firstlookmedia/code/script.rpm.sh | sudo bash
Install Dangerzone:
sudo dnf install -y dangerzone
Build from source
If you'd like to build from source, follow the build instructions.