- Ensure you are in the correct directory where all the MATLAB installation files are located. You can verify your current directory by running the “pwd” command in the terminal. The output should be the path to the directory containing the MATLAB installation files.
- Make sure all necessary files, especially the “install” script and the “installer_input.txt” file, are in the root of the unzipped folder
- Ensure you have execution permissions for the “install” script. You can set this by running “chmod +x install” in the terminal within the directory of the unzipped files.
- If the file is indeed named “installer_input.txt”, the correct command to start the installation would be the following