How to install MATLAB R2017a in Ubuntu 16.04 LTS
How to Install Matlab R2017a full in Ubuntu 16.04 LTS 64 bit in terminal and Activate
Server Client License version easy step by step.
1) sudo apt-get install lsb
2) log in with your account in https://in.mathworks.com/
3) copy File Installation key (FIK) and download license.lic file.
4) download matlab software R2017a (10 GB).
5) mount .iso file and start installation with ‘INSTALL’ file in terminal.
6) start Server Installation
In terminal by root user /media/(user name)/mathworks_R2017a/install
7) provide File Installation Key (FIK) and licence.lic file.
8) select all packages (for server).
9) start License Manager in server
/usr/local/MATLAB/R2017a/etc/./lmstart
10) to activate Clients we required ‘network.lic’ file. It will we found on server.
/usr/local/MATLAB/R2017a/licenses/network.lic
copy this file for clients. in this file should have server’s ip address instead of server hostname.
11) Start client installation. Use same steps as server just 2 changes.
1) don’t click ‘License Manager’ from products.
2) use network.lic instead of license.lic.
ubuntu download