./install in terminal gives error "sudo: ./install: command not found"

13 ビュー (過去 30 日間)
Pavana Mysore Ganesh
Pavana Mysore Ganesh 2018 年 9 月 16 日
コメント済み: Alex 2025 年 4 月 18 日
I want to install Matlab in Ubuntu. I downloaded the latest version of matlab software, unziped, In the terminal chaged the current directory to the file where i extracted the matlab installation file. I tried the command " sudo ./install" it gives following error "sudo: ./install: command not found" I also observed, there is no file name install in the installation folder
  8 件のコメント
Arnab Mondal
Arnab Mondal 2020 年 5 月 29 日
it still says permission denied,
Alex
Alex 2025 年 4 月 18 日
./install: 1: exec: /root/matlab_R2024b_Linux/bin/linux-arm-64/install_unix_legacy: not found
root@395e5367ea7a:~/matlab_R2024b_Linux# cd bin
root@395e5367ea7a:~/matlab_R2024b_Linux/bin# cd glnxa64/
install_unix_legacy is not supported, looks like they want you to figure this out your self, anything without GUI is no longer supported, they have moved all these legacy files away.

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

回答 (1 件)

Riadus Salehin
Riadus Salehin 2021 年 2 月 15 日
it says 'sh: 0: Can't open ./install'
  10 件のコメント
Walter Roberson
Walter Roberson 2021 年 2 月 18 日
Could still be -noexec problem or needs
sudo chmod -r ugo+x .
The final period is part of the command
Patrice Gaofei
Patrice Gaofei 2021 年 2 月 19 日
Dear Mr. @Walter Roberson, I am very grateful for your time and help. It seems like the problem was from the way I extracted the installation files from the MATLAB ISO file downloaded online. I had to mount the iso file following the steps in this link.
Then, I activated the installed Matlab following this link
It took me almost three days. I will now proceed with installing other tools and packages.
I am sharing this in case it might help others.
Regards,

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

カテゴリ

Help Center および File ExchangeIntroduction 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