Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6417  / 3 Years ago, thu, july 29, 2021, 4:11:44


I have installed Matlab 2012a on ubuntu 12.04, while providing the licence I find the following error:



Could not complete Activation because the License File could not be written to disk.  
You might not have write permission on the License File or the folder.
/usr/local/MATLAB/R2012a/licenses/license_Malhar-PC_161052_R2012a.lic
See your System Administrator for assistance. The specific error message text is:
/usr/local/MATLAB/R2012a/licenses/license_Malhar-PC_161052_R2012a.lic
(No such file or directory).

More From » 12.04

 Answers
3

In this case I would try creating the directory the license should be written to. Open a terinal with Alt-Ctrl-T and enter:



sudo mkdir -p /usr/local/MATLAB/R2012a/licenses
sudo chmod a+rw /usr/local/MATLAB/R2012a/licenses


The first two of these may already exist, and if so that's OK, just go on. Then try the license install again.


[#34634] Thursday, July 29, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
heaco

Total Points: 479
Total Questions: 124
Total Answers: 114

Location: Lesotho
Member since Sat, Oct 1, 2022
2 Years ago
;