필터 지우기
필터 지우기

Matlab installation error

조회 수: 3 (최근 30일)
Murali Mohan
Murali Mohan 2012년 1월 9일
답변: Adithya 2023년 4월 27일
Hi,
Matlab Error while installing on ubuntu, "There is no TEMP directory, please set up a TEMP directory and re-start the installer."
Thanks for the help.
Regards, Murali
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 1월 9일
Are you running the installer as root/sudo?
Murali Mohan
Murali Mohan 2012년 1월 9일
running as sudo.

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

답변 (1개)

Adithya
Adithya 2023년 4월 27일
The "There is no TEMP directory, please set up a TEMP directory and re-start the installer" error message in MATLAB usually occurs when the installer cannot find the temporary directory on your Ubuntu system. Here are the steps to resolve this issue:
  1. Open the Terminal on your Ubuntu system.
  2. Type "sudo mkdir /tmp" (without the quotes) and press Enter. This command will create a temporary directory named "tmp" in the root directory of your system.
  3. Type "sudo chmod a+rwx /tmp" (without the quotes) and press Enter. This command will grant read, write, and execute permissions to all users on the "tmp" directory.
  4. Close the Terminal and restart the MATLAB installer.
The MATLAB installer should now be able to find the temporary directory and continue with the installation process. If you still encounter the same error message after following these steps, you may want to check that you have the necessary permissions to create and modify files and directories on your Ubuntu system.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by