From 6d0e079226239308cd962e8c6f0803a20fdc7d7e Mon Sep 17 00:00:00 2001 From: Calvin Judy Date: Fri, 17 Nov 2023 22:28:59 -0500 Subject: [PATCH] Update Install-LibreNMS.md (#15590) Since php8.0, json is included by default, php8.2-json package will not exist. --- doc/Installation/Install-LibreNMS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Installation/Install-LibreNMS.md b/doc/Installation/Install-LibreNMS.md index 7b6e3ce238..f2a44caca6 100644 --- a/doc/Installation/Install-LibreNMS.md +++ b/doc/Installation/Install-LibreNMS.md @@ -65,7 +65,7 @@ Connect to the server command line and follow the instructions below. === "Debian 12" === "NGINX" ``` - apt install apt-transport-https lsb-release ca-certificates wget acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php8.2-cli php8.2-curl php8.2-fpm php8.2-gd php8.2-gmp php8.2-json php8.2-mbstring php8.2-mysql php8.2-snmp php8.2-xml php8.2-zip python3-dotenv python3-pymysql python3-redis python3-setuptools python3-systemd python3-pip rrdtool snmp snmpd unzip whois + apt install apt-transport-https lsb-release ca-certificates wget acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php8.2-cli php8.2-curl php8.2-fpm php8.2-gd php8.2-gmp php8.2-mbstring php8.2-mysql php8.2-snmp php8.2-xml php8.2-zip python3-dotenv python3-pymysql python3-redis python3-setuptools python3-systemd python3-pip rrdtool snmp snmpd unzip whois ``` ## Add librenms user