./install in terminal gives error "sudo: ./install: command not found"
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Alex
il 18 Apr 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.
Risposte (1)
Riadus Salehin
il 15 Feb 2021
it says 'sh: 0: Can't open ./install'
10 Commenti
Walter Roberson
il 18 Feb 2021
Could still be -noexec problem or needs
sudo chmod -r ugo+x .
The final period is part of the command
Patrice Gaofei
il 19 Feb 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,
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!