I am attempting to install MATLAB on Ubuntu 14.04 LTS. I am following this guide.
- I downloaded the MATLAB 2015a ISO file.
- I then typed these commands into the terminal:
$ sudo mkdir /usr/local/iso $ cd ~/Downloads $ sudo mount -o loop R2015a-glnxa64.iso /usr/local/iso mount: block device /home/matta/Downloads/R2015a-glnxa64.iso is write-protected, mounting read-only $ cd /usr/local/iso $ ./install ./install: 1: eval: /usr/local/iso/bin/glnx86/install_unix: not found
The glnx86 folder does not exist but there is a glnxa64 folder in that location with an 'install unix' file inside. I tried modifying the install file but everything is read-only so I can't.
I have been using linux for 2 days now so sorry for any glaring errors.