mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add traceroute to the installed packages doc (#15645)
This commit is contained in:
@@ -21,7 +21,7 @@ Connect to the server command line and follow the instructions below.
|
||||
=== "Ubuntu 22.04"
|
||||
=== "NGINX"
|
||||
```
|
||||
apt install acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php-cli php-curl php-fpm php-gd php-gmp php-json php-mbstring php-mysql php-snmp php-xml php-zip rrdtool snmp snmpd unzip python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip whois
|
||||
apt install acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php-cli php-curl php-fpm php-gd php-gmp php-json php-mbstring php-mysql php-snmp php-xml php-zip rrdtool snmp snmpd unzip python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip whois traceroute
|
||||
```
|
||||
|
||||
=== "Ubuntu 20.04"
|
||||
@@ -31,7 +31,7 @@ Connect to the server command line and follow the instructions below.
|
||||
add-apt-repository universe
|
||||
add-apt-repository ppa:ondrej/php
|
||||
apt update
|
||||
apt install acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php-cli php-curl php-fpm php-gd php-gmp php-json php-mbstring php-mysql php-snmp php-xml php-zip rrdtool snmp snmpd unzip python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip whois
|
||||
apt install acl curl fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php-cli php-curl php-fpm php-gd php-gmp php-json php-mbstring php-mysql php-snmp php-xml php-zip rrdtool snmp snmpd unzip python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip whois traceroute
|
||||
```
|
||||
|
||||
=== "Apache"
|
||||
@@ -40,7 +40,7 @@ Connect to the server command line and follow the instructions below.
|
||||
add-apt-repository universe
|
||||
add-apt-repository ppa:ondrej/php
|
||||
apt update
|
||||
apt install acl curl apache2 fping git graphviz imagemagick libapache2-mod-fcgid mariadb-client mariadb-server mtr-tiny nmap php-cli php-curl php-fpm php-gd php-gmp php-json php-mbstring php-mysql php-snmp php-xml php-zip rrdtool snmp snmpd whois python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip unzip
|
||||
apt install acl curl apache2 fping git graphviz imagemagick libapache2-mod-fcgid mariadb-client mariadb-server mtr-tiny nmap php-cli php-curl php-fpm php-gd php-gmp php-json php-mbstring php-mysql php-snmp php-xml php-zip rrdtool snmp snmpd whois python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd python3-pip unzip traceroute
|
||||
```
|
||||
|
||||
=== "CentOS 8"
|
||||
|
Reference in New Issue
Block a user