/
Show all dependent RPMs
Show all dependent RPMs
Example List of all required RPMs for running all Applications (2021-04-19)
You could check all "Install/config.cfg" file(s) to show all dependent RPMs:
git clone https://github.com/nmsprime/nmsprime cd nmsprime find -name 'config.cfg' -exec cat {} + | grep depends | awk '{print $3}' | tr '"' ' ' | tr '\n' ' ' | tr ';' '\n' | tr ' ' '\n' | sort | uniq
Related content
How it works?
How it works?
More like this
Installation Coding Manual
Installation Coding Manual
More like this
Applications Coding Manual
Applications Coding Manual
More like this
Installation with RPM
Installation with RPM
More like this
Install from Source Code
Install from Source Code
More like this
Monitored Services
Monitored Services
More like this