I am trying to install matlab
in Ubuntu but getting this error:
Access Denied Unable to write to /usr/local/MATLAB/R2017a/
I am trying to install matlab
in Ubuntu but getting this error:
Access Denied Unable to write to /usr/local/MATLAB/R2017a/
You need to have the root privilege in order to write or edit a file in any directory in /usr/local/
. The mentioned error occurs because you do not have root privilege and you are trying to install it in a directory other than your home folder.
A quick solution is to install MATLAB on your home directory.
sudo
if required. – ankit7540 Apr 08 '17 at 03:26