Linux install fails due to /tmp space shortage

조회 수: 4 (최근 30일)
Tashrif Tashrif
Tashrif Tashrif 2021년 9월 17일
댓글: Tashrif Tashrif 2021년 9월 20일
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?

채택된 답변

Tashrif Tashrif
Tashrif Tashrif 2021년 9월 20일
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
Tashrif Tashrif
Tashrif Tashrif 2021년 9월 20일
If any MATLAB engineer is reading this, you may want to note downloadFolder and tmpdir options in installer_input.txt.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by