MATLAB: Do I get an “install: invalid option – ‘i’ ” error when trying to run an installation silently on Linux

Why do I get an "install: invalid option – 'i' " error when trying to run an installation silently on Linux?

Best Answer

This can occur when you did not put the proper path for the install. Please confirm when running the silent installation flags, you include the path of install file and installer_input.txt file.
For example:
_./install -inputFile installer_input.txt_
OR
_<fullpath>/install -inputFile <fullpath>/installer_input.txt_