-
Notifications
You must be signed in to change notification settings - Fork 182
Installing Dangerzone
Micah Lee edited this page Jun 16, 2021
·
24 revisions
Download Windows or macOS binaries from https://dangerzone.rocks/.
We run repositories with Dangerzone packages for these Linux distributions:
- Ubuntu 21.04 (hirsute)
- Ubuntu 20.10 (groovy)
- Ubuntu 20.04 (focal)
- Debian 11 (bullseye)
- Debian 10 (buster)
- Linux Mint 20 (ulyana)
- Linux Mint 20.1 (ulyssa)
- Fedora 34
- Fedora 33
- Fedora 32
Following these instructions for Debian or for Ubuntu to install Docker CE.
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
Follow these instructions to install Docker CE.
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.