From f62216fdc52b10e832cc1fcda15f0ed4c252fb2b Mon Sep 17 00:00:00 2001 From: gardar Date: Wed, 13 May 2020 13:58:18 +0000 Subject: [PATCH] Add missing python3 modules from repo, remove pip (#11594) * Add missing python3 modules from repo, remove pip Added missing python3 modules from official debian repos and thus removing the need for pip * Add python3-setuptools --- doc/Installation/Installation-Debian-10-Nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Installation/Installation-Debian-10-Nginx.md b/doc/Installation/Installation-Debian-10-Nginx.md index 23a35ff8a2..d20230f637 100644 --- a/doc/Installation/Installation-Debian-10-Nginx.md +++ b/doc/Installation/Installation-Debian-10-Nginx.md @@ -11,7 +11,7 @@ path: blob/master/doc/ # Install Required Packages ```bash -apt install curl composer fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php7.3-cli php7.3-curl php7.3-fpm php7.3-gd php7.3-json php7.3-mbstring php7.3-mysql php7.3-snmp php7.3-xml php7.3-zip python-memcache python-mysqldb rrdtool snmp snmpd whois python3-pip +apt install curl composer fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php7.3-cli php7.3-curl php7.3-fpm php7.3-gd php7.3-json php7.3-mbstring php7.3-mysql php7.3-snmp php7.3-xml php7.3-zip python-memcache python-mysqldb rrdtool snmp snmpd whois python3-pymysql python3-dotenv python3-redis python3-setuptools ``` # Add librenms user