install command on linux doesn't bring up installer

조회 수: 59 (최근 30일)
Brenda Utke
Brenda Utke 2017년 1월 10일
답변: AKSHAY SUNIL 2022년 4월 9일
When I type in ./install in my Linux shell, it says it's installing and completes in 10 seconds, but doesn't bring up the installation manager.

채택된 답변

Jordan Ross
Jordan Ross 2017년 1월 13일
Hello Brenda,
As I understand, you are trying to install MATLAB in Linux from the command line and are not getting the installation manager to show up. The most likely reason is that you do not have permissions to one or more of the files in the installation folder. Execute the following before trying launch the installer:
sudo chmod -R 777 matlab_R20XXx_glnxa64
sudo ./install
  댓글 수: 4
saurabh rathore
saurabh rathore 2021년 12월 14일
This command is not working for me

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

추가 답변 (2개)

Jozsef Vasarhelyi
Jozsef Vasarhelyi 2022년 3월 1일
I did the following:
ssh -X root@computer_name
Then the install started!

AKSHAY SUNIL
AKSHAY SUNIL 2022년 4월 9일
You can go to the matlab_R2022a_glnxa64 folder or the newly created matlab folder and right click on the install file select properties and select permissions and change it from "read only" to "read and write" .

카테고리

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