How do I install Matlab trial on ubuntu remote ubuntu machine through a command line?
Mostra commenti meno recenti
I have looked at this https://www.mathworks.com/help/install/ug/install-noninteractively-silent-installation.html
However , I'm not sure that the contents of the file should be. Can someone please share a template to get a trail version installed?
Risposte (1)
VINAYAK LUHA
il 15 Lug 2024
0 voti
Hi Kiran,
Follow the steps below to install a trial license MATLAB on a Linux OS using command line:
- Fill out the details on this page to activate your trial license: https://www.mathworks.com/campaigns/products/trials.html
- Obtain a "File Installation Key" from the "MathWorks License Center" by providing details such as the username and host ID of your remote Linux machine.
- Now, On the "Products Trial" page in step 1, click on the "Install MATLAB" option and download the MATLAB R20xxy Linux .ZIP file to your host PC.
- Transfer this .ZIP file to your remote machine. You can use methods like uploading the file to GitHub and pulling it into your remote machine using git command, or using file sharing options between your host and remote machine.
- Next,Follow the steps on how to create an "installer_input.txt" file in the following documentation and modify only the "fileInstallationKey" to the key obtained in step 2. https://www.mathworks.com/help/install/ug/install-using-a-file-installation-key.html#mw_790d5804-69a8-4c3f-800b-9c19c9f391d5
- Execute the silent installation using the "install" script with the "InputFile" parameter as described in the documentation from step 5.
For further reference, you might find these documents helpful:
- MathWorks - License Center: https://www.mathworks.com/licensecenter/trials
- How to find PC "username" for activating MATLAB license: https://www.mathworks.com/matlabcentral/answers/101105-how-do-i-find-my-username-in-order-to-install-or-activate-my-license
- How to find PC "host ID" for activating MATLAB license: https://www.mathworks.com/matlabcentral/answers/96801-what-is-a-host-id-how-do-i-find-my-host-id-in-order-to-activate-my-license
- Perform a noninteractive MATLAB installation: https://www.mathworks.com/help/install/ug/install-noninteractively-silent-installation.html
- Install MATLAB using a File Installation Key: https://www.mathworks.com/help/install/ug/install-using-a-file-installation-key.html#mw_542417ed-2284-48d7-b612-466a8e2c89bf
Hope this helps.
Regards,
Vinayak Luha
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!