Installing Matlab for LINUX



updated : 07-07-2025 –> Julien MICHEL

Installation of Matlab Version XXXXX for Mac

Prerequisites(in the Download section):
– Download the Matlab version (linux).
– Download the installation license file (network.lic).
– Download the file containing the Matlab serial numbers.


Installation :
– Extract the archive into a temporary folder on your Desktop (e.g., MatlabInstaller).

Assign execution rights to the installation files:

#chmod +x ./install
#chmod +x ./bin/glnxa64/MathWorksProductInstaller
#chmod +x ./bin/glnxa64/MATLABWindows

Start the installation:

#./install

-In the installation window, choose “Advanced Options” / “I Have a File Installation Key.”

– Enter the serial number corresponding to your Matlab version:
– Matlab 2025a : 11897-08885-28345-57768-20019-52603-03446
– Matlab 2024b : 33022-24691-38312-62441-54281-32853-14360

– When prompted to select the license file, choose the Network.lic file that you downloaded and placed at the root of the installation folder.
.
-Choose the destination folder, then proceed with the installation.(default Value : /usr/local/MATLAB)


– Launch Matlab:

/usr/loca/MATLAB/R20XX/bin/matlab
Scroll to Top