...
When run with 'Dependency Check Mode' enabled the installer will not perform an install, but write a file containing a list of dependencies to the /tmp/ directory, for example .
For example, sh ./opCharts-4.1.1.run -- -D
run as a normal user, would start the installer in Dependency Check Mode (-D) and only create a list of dependencies at /tmp/omk_dependency_check_opcharts upon completion.
Below is a Centos 7 Example and Debian 9 Example illustrating how to get dependencies installed on the disconnected (air-gapped) computer.
...