How in the world am I supposed to install MATLAB on Linux Ubuntu 20.04?!

42 vues (au cours des 30 derniers jours)
Ali Almakhmari
Ali Almakhmari le 6 Fév 2023
Commenté : Ali Almakhmari le 7 Fév 2023
I know this question was asked multiple times not just on this forum but many other ones. But I just can’t seem to get the help I need to get the MATLAB installer running. So I have the installer in an .iso format. I mounted it, and opened the folder. And now I see 9 folders and 1 file: boot, casper, dists, EFI, install, isolinux, pool, preseed, ubuntu, and md5sum.txt. And inside the install folder is just one file that is mt86plus. I have no idea where to go from here. I really need support. And it really doesn’t help that I am new to Linux.

Réponses (1)

MarKf
MarKf le 6 Fév 2023
cd mounted/directory/with/matlab
./install
But you probably already tried that. Add sudo first before the command maybe. You said you already mounted it, maybe not with the command but with Disk Image Mounter. You could try sudo mount -o loop pth/file.iso /mnt/iso and verify that with mount or df -H or ls -l /mnt/iso/.
  3 commentaires
Ali Almakhmari
Ali Almakhmari le 6 Fév 2023
Modifié(e) : Ali Almakhmari le 6 Fév 2023
When I try the ./install I get an error that says something along the words that install is a folder and not a file. And regarding your second suggestion, I don't have a zip file or the option to download the zip file instead of the iso. However, I will repeat the process with sudo mount and let you know...that might make a difference but I highly doubt it.
Ali Almakhmari
Ali Almakhmari le 7 Fév 2023
Yep. Same error. ./install is a directory.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by