...
see EULA – End User License Agreement
Install Dependencies
Expand |
---|
awscli bind bind-utils bison bzip2 cacti-nmsprime chrony dhcp docsis flex flex-devel freeradius freeradius-mysql genieacs ghostscript graphviz httpd icingaweb2-module-director mariadb mariadb-server modempoller-nmsprime mod_ssl net-snmp net-snmp-devel net-snmp-utils nmsprime-base nmsprime-billingbase nmsprime-hfcbase nmsprime-hfcreq nmsprime-provbase nmsprime-provvoip php-common postgresql pwgen rh-php71 rh-php71-php-bcmath rh-php71-php-cli rh-php71-php-gd rh-php71-php-gmp rh-php71-php-ldap rh-php71-php-mbstring rh-php71-php-mysqlnd rh-php71-php-pdo rh-php71-php-pear rh-php71-php-pgsql rh-php71-php-snmp rsync sclo-php71-php-mcrypt texlive texlive-latex tftp tftp-server vim-common wget xinetd zip |
You could check "Install/config.cfg" file(s) to show all dependent RPMs NMS Prime needs to install. To check
Code Block | ||
---|---|---|
| ||
git clone
cd nmsprime
find -name 'config.cfg' -exec cat {} + | grep depends | awk '{print $3}' | tr '"' ' ' | tr '\n' ' ' | tr ';' '\n' | tr ' ' '\n' | sort | uniq |