-
Notifications
You must be signed in to change notification settings - Fork 181
Installing Dangerzone
Download Windows binaries from the Releases page.
Download macOS binaries from the Releases page.
Optional: If you'd like a newer version of Docker than the one that comes in your OS's repositories, following these instructions for Debian or for Ubuntu to install Docker CE first.
Make sure you have apt-transport-https
installed, and add the FLM code repository key:
sudo apt update
sudo apt install -y curl gnupg apt-transport-https
curl -L https://packagecloud.io/firstlookmedia/code/gpgkey | sudo apt-key add -
Add the repository, depending on your operating system:
- Ubuntu 18.04 (bionic)
echo "deb https://packagecloud.io/firstlookmedia/code/ubuntu/ bionic main" | sudo tee -a /etc/apt/sources.list.d/firstlookmedia_code.list
- Ubuntu 18.10 (cosmic)
echo "deb https://packagecloud.io/firstlookmedia/code/ubuntu/ cosmic main" | sudo tee -a /etc/apt/sources.list.d/firstlookmedia_code.list
- Ubuntu 19.04 (disco)
echo "deb https://packagecloud.io/firstlookmedia/code/ubuntu/ disco main" | sudo tee -a /etc/apt/sources.list.d/firstlookmedia_code.list
- Ubuntu 19.10 (eoan)
echo "deb https://packagecloud.io/firstlookmedia/code/ubuntu/ eoan main" | sudo tee -a /etc/apt/sources.list.d/firstlookmedia_code.list
- Debian 10 (buster)
echo "deb https://packagecloud.io/firstlookmedia/code/debian/ buster main" | sudo tee -a /etc/apt/sources.list.d/firstlookmedia_code.list
- Debian 11 (bullseye)
echo "deb https://packagecloud.io/firstlookmedia/code/debian/ bullseye main" | sudo tee -a /etc/apt/sources.list.d/firstlookmedia_code.list
Install Dangerzone:
sudo apt update
sudo apt install -y dangerzone
Follow these instructions to install Docker CE. Make sure enable the service. (Docker CE appears to work better than Docker that comes in the Fedora repositories.) If you still have an issue with getting Docker working, this may help.
We have repositories for Fedora 30 and 31. Add this 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.