Why 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?

 Accepted 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_

1 Comment

./install -inputFile installer_input.txt
The leading and trailing _ had to do with the way that italics is formatted here.

Sign in to comment.

More Answers (0)

Categories

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!