install command on linux doesn't bring up installer

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 日

5 投票

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 件のコメント

Dinis Rodrigues
Dinis Rodrigues 2019 年 6 月 22 日
This worked, thanks!
chmod -R 777 ~/Documents/MATLAB/
sudo ./install
ali
ali 2021 年 4 月 6 日
Thanks, I had the same problem with permission stuff and this worked.
saurabh rathore
saurabh rathore 2021 年 12 月 14 日
This command is not working for me
dhaval shrishrimal
dhaval shrishrimal 2022 年 1 月 12 日

サインインしてコメントする。

その他の回答 (2 件)

Jozsef Vasarhelyi
Jozsef Vasarhelyi 2022 年 3 月 1 日

0 投票

I did the following:
ssh -X root@computer_name
Then the install started!
AKSHAY SUNIL
AKSHAY SUNIL 2022 年 4 月 9 日

0 投票

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" .

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

質問済み:

2017 年 1 月 10 日

回答済み:

2022 年 4 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by