From c36443b01e5e9664a2ab701f811a371f8fa6241a Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 9 Jan 2023 15:29:52 +0200 Subject: [PATCH] Add note for python-all --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 87754eb..8b97ddf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,6 +30,13 @@ Dangerzone is available for: | sudo apt-key add - sudo apt update ``` + + Also, you need to install the `python-all` package, due to an `stdeb` bug that + existed before v0.9.1: + + ``` + sudo apt-get install python-all -y + ``` Add our repository following [these instructions](https://packagecloud.io/firstlookmedia/code/install#manual-deb), or by running this script: