LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install MATLAB (https://www.linuxquestions.org/questions/linux-software-2/install-matlab-4175577564/)

cellranking 04-15-2016 10:18 PM

Install MATLAB
 
I download the file .zip from matlab web site and unzip and ran ./install only ran 2 second then said following message. Any one know what package i need to install before in run and
./install
preparing installation file ....
installing ...
Finished

Ztcoracat 04-15-2016 10:31 PM

After you unzipped the file did you find a "ReadMe" file or an "Install" file with instructions?

The matlab download page should of given or provided a list of dependencies.
Depending on what matlab is for you may need other lib's.
Quote:

The MATLAB software is bundled with a JVM and therefore it is not necessary to install Java.
https://wiki.archlinux.org/index.php/matlab#Java

Do you mean Matlab Linux in the link below?
Here's the system requirements for matlab.
http://www.mathworks.com/support/sys....com&sec=linux

https://wiki.archlinux.org/index.php/matlab
http://www.mathworks.com/products/availability/

-::-You might want to mention what distribution your running so others can help you.-::-

cellranking 04-15-2016 11:14 PM

i mean the packages for redhat Linux os install; before i install Matlab?

Ztcoracat 04-15-2016 11:32 PM

Quote:

Originally Posted by cellranking (Post 5531939)
i mean the packages for redhat Linux os install; before i install Matlab?

Oh, That could be hundreds of pks's.
https://access.redhat.com/documentat...kage_Manifest/
http://unix.stackexchange.com/questi...-rhel-packages

-::-If you install RHEL and than you attempt to install Matlab bash will show you in the terminal what pkgs/dependencies you lack for Matlab. You will need build essentials and gcc.-::-
Code:

yum groupinstall 'Development Tools'
https://www.antarktikos.com/2015/02/...nt-for-fedora/

https://www.centos.org/docs/5/html/y...-packages.html


All times are GMT -5. The time now is 11:55 PM.