-
Notifications
You must be signed in to change notification settings - Fork 181
Installing Dangerzone
deeplow edited this page Sep 7, 2022
·
24 revisions
Dangerzone 0.3 is available for:
- Ubuntu 22.04 (jammy)
- Debian 12 (bookworm)
- Debian 11 (bullseye)
- Fedora 36
- Fedora 35
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
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
If you'd like to build from source, follow the build instructions.