Linux install fails due to /tmp space shortage

10 views (last 30 days)
Hi, I am on a RedHat Linux machine. I downloaded the matlab_R2020b_glnxa64.zip. After unzipping, the folder looks like the following:
[me@my-machine matlab_R2020b_glnxa64]$ tree -L 1 matlab_R2020b_glnxa64
matlab_R2020b_glnxa64
├── archives
├── bin
├── cefclient
├── help
├── install
├── installer_input.txt
├── java
├── license_agreement.txt
├── mathworks_installation_help_es.pdf
├── mathworks_installation_help_ja_JP.pdf
├── mathworks_installation_help_ko_KR.pdf
├── mathworks_installation_help.pdf
├── mathworks_installation_help_zh_CN.pdf
├── matlab_R2020b_glnxa64.zip
├── patents.txt
├── readme.txt
├── resources
├── sys
├── trademarks.txt
├── ui
└── VersionInfo.xml
Then, I do ./install. A window opens up prompting me to login to MathWorks and select a license. I do them all. The license authentication also passes. Then, I get the following error:
While there is no way I can increase my /tmp space, I can define a bigger directory as the /tmp one. Regardless, does anyone know how to get around this?

Accepted Answer

Tashrif Tashrif
Tashrif Tashrif on 20 Sep 2021
Walter, thank you. I confirm that the specification of -downloadFolder and -tmpdir worked (noted in your link):
./install -downloadFolder /my/folder/ -tmpdir /my/folder/
I must note that I had to manually create the /my/folder/ before running ./install. Also, I had to create the destination folder where final installation files go.
  1 Comment
Tashrif Tashrif
Tashrif Tashrif on 20 Sep 2021
If any MATLAB engineer is reading this, you may want to note downloadFolder and tmpdir options in installer_input.txt.

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!