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

13 visualizaciones (últimos 30 días)
Pavana Mysore Ganesh
Pavana Mysore Ganesh el 16 de Sept. de 2018
Comentada: Alex el 18 de Abr. de 2025
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 comentarios
Arnab Mondal
Arnab Mondal el 29 de Mayo de 2020
it still says permission denied,
Alex
Alex el 18 de Abr. de 2025
./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.

Iniciar sesión para comentar.

Respuestas (1)

Riadus Salehin
Riadus Salehin el 15 de Feb. de 2021
it says 'sh: 0: Can't open ./install'
  10 comentarios
Walter Roberson
Walter Roberson el 18 de Feb. de 2021
Could still be -noexec problem or needs
sudo chmod -r ugo+x .
The final period is part of the command
Patrice Gaofei
Patrice Gaofei el 19 de Feb. de 2021
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,

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by