you don't have to be root to install matlabcd /home/usermkdir matmkdir matlab(here i choose to install MATLAB-optional)extract install files to mat directorycd ma... [by kleo]
I am trying to install Matlab from my university's site.
This is ridiculous...
I am trying to install this toolkit for 3 hours....
first, for Python.. I gave up.
I'm trying to install MATLAB on Ubuntu 12.10, I had it in my last laptop with 12.04 and I didn't have much trouble to install it.
I'm getting this problem:
j@jgb:~/Programs/Instaladores/matlab$ ./install
Preparing installation files ...
Installing ...
./install: 1: eval: /tmp/mathworks_1436/sys/java/jre/glnxa64/jre/bin/java: Permission denied
Finished
And it doesn't change if I change the perm
Hi everyone,
The need which made me come here and share the problem with you is that the proper usage of late_command in preseed file.
I've prepare a preseed file which works fine, but the late_command should install a test script when installation finishes.
Testing usage of RPM install package shell script.
Have included linux commands within the shell script to create a new user and change ownership of /etc/hosts to that user. Shell script content:
useradd bob
chown bob /etc/hosts
Post RPM install this should result in:
-rw-r--r--. 1 bob root 331 Jan 4 11:13 /etc/hosts
Instead after RPM install completion it remains:
-rw-r--r--.
I'm in the folder where is de install file then execute this in the terminal
santiago@CHAPA:~/Descargas/Matlab/MATLAB$ sudo sh install
but this show in the terminal
Preparing installation files ...
Installing ...
install: 1: eval: /tmp/mathworks_6992/sys/java/jre/glnx86/jre/bin/java: Permission denied
Finished
anyone can help me????
Hi friends,
I install Fedora core 13 (2.6.33.3-85.fc13.i686.PAE). Then I install MATLAB Version 7.6.0.324 (R2008a) on it.
I'm building a script that will download and install a bunch of programs. One of those programs depends on a virtual driver, which needs its certificate to be imported in order to function. Normally, the installer does this for you in the GUI and just pops up a confirmation dialog asking if you trust this driver.