Run Multiple rpm files
How can I manually install multiple rpm files on a standalone server? When I try to manually install multiple RHEL 6.8 rpm files using the rpm -ivh *.rpm command. The output is unable to execute /bin/rpm: Argument list too long. Is there a command that will let me run all the files or run them in batches?
Responses