Noninteractive (silent) installation doesn't start on CentOS
Show older comments
I am trying to install matlab on a remote server. It is running CentOS 7. So far I have followed the instructions here: https://www.mathworks.com/help/install/ug/install-noninteractively-silent-installation.html
The settings in the 'my_installer_input.txt' file are as follows:
destinationFolder=/home/apps/MATLAB/R2021b
fileInstallationKey=27399-62609-33086-46068-...
agreeToLicense=yes
outputFile=/home/max/logs
improveMATLAB=yes
licensePath=/home/apps/MATLAB/license/license.lic
From the folder including the 'install' and 'my_installer_input.txt' I run:
./install -inputFile my_installer_input.txt
However, nothing runs and there are no messages or errors. I also tried to run the installation on my local machine (Ubuntu 20.04), the result is the same.
I would apprechiate some help on this issue.
1 Comment
Maximilian Nentwich
on 10 Nov 2021
Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!