Installation problem of MATLAB 2020 under Linux
6 views (last 30 days)
Show older comments
I am trying to install Matlab2020 on Linux. First, I download the installation folder and open the iso file with (disk image mounter) to create a new folder named (MATHWORKS_R2020B) as shown in the following figure:

Then in the file (installer_input.txt) I uncomment only the lines that start with "#" and set the desired values. Finally, I run the installer from the command line interface, using the -inputFile option to specify the updated file (installer_input.txt). I am using the following code:
cd /.../MATHWORKS_R2020B
sudo install --inputFile /.../installer_input.txt
The installation failed and the following error is displayed:
install: the "--inputFile" option was not recognized
Then I try the installation without the (-inputFile) option and type:
sudo install
but another error is displayed:
install: missing file operand
I don't know what the problem is ?! and how run the installation?
0 Comments
Answers (1)
Image Analyst
on 10 Dec 2020
Here is a sure fire way to solve it. Read the FAQ:
Please do it now, before the weekend starts.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!