From f5d0d4f4cce39cf5e17d0c395a8f3d9d64b43920 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 5 Jul 2018 17:47:56 +0200 Subject: [PATCH] chg: [doc] removed python2 deps --- INSTALL/INSTALL.debian_testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/INSTALL.debian_testing.txt b/INSTALL/INSTALL.debian_testing.txt index 7e7fae3f1..58035c91d 100644 --- a/INSTALL/INSTALL.debian_testing.txt +++ b/INSTALL/INSTALL.debian_testing.txt @@ -106,7 +106,7 @@ sudo postfix reload Once the system is installed you can perform the following steps: # Install the dependencies: (some might already be installed) -sudo apt-get install -y curl gcc git gnupg-agent make python openssl redis-server neovim zip libyara-dev python3-yara python3-redis python-redis python-zmq python3-zmq +sudo apt-get install -y curl gcc git gnupg-agent make openssl redis-server neovim zip libyara-dev python3-yara python3-redis python3-zmq sudo ln -s /usr/lib/x86_64-linux-gnu/libyara.so.3.7.1 /usr/lib/libyara.so # Install MariaDB (a MySQL fork/alternative)