Ska börja med att säga att jag är grymt grön på det här med linux.
Har laddat ner matlab R2009a för UNIX och vill nu få det att funka på ubuntu 9.04.
Har googlat som fan och hittat en del guider som jag försökt följa, men inget verkar funka för mig.
Kod:
me@me-laptop:~$ su
Password:
root@me-laptop:/home/me# cd matlab
root@me-laptop:/home/me/matlab# ./install
bash: ./install: Permission denied
root@me-laptop:/home/me/matlab#
Kod:
root@me-laptop:/home/me/matlab# sh install
-------------------------------------------------------------------
An error status was returned by the program 'xsetup',
the X Window System version of 'install'. The following
messages were written to standard error:
/home/me/matlab/update/install/main.sh: 178: /home/me/matlab/update/bin/glnx86/xsetup: Permission denied
Attempt to fix the problem and try again. If X is not available
or 'xsetup' cannot be made to work then try the terminal
version of 'install' using the command:
install* -t or INSTALL* -t
-------------------------------------------------------------------
Sorry! Setup aborted . . .
root@me-laptop:/home/me/matlab#
Vad ska jag göra för att få detta att funka??