bakarim
apres plusieurs tentations pour installer matlab,j'ai pas reussi toujours le message suivant apparait
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/kamal/Bureau/matlab/update/install/main.sh: 178: /home/kamal/Bureau/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 . . .
est ce que quelqu'un peut me donner les instuctions quelles faut suivre pour pallier ce probleme .merci d'avance.
archimonde2001
Tu essaye d'installer la Matlab de linux ou Matlab de windows avec wine? tu as un DVD ou tu l'as sur DD en image Iso?
bakarim
j'essaye d'installer matlab linux et j'eyulise une image ISO
archimonde2001
alors apres avoir monté l'image sur un emplacement (avec Gmount) tu ouvre le terminal:
sudo su (mot de passe)
tu te deplace avec la commande CD à l'emplacement du montage (exemple cd /home/kamal/matlab2009)
puis au repertoir "bin"
puis:
chmod 777 install
chmod +x install
./install (pour lancer l'installation)
toitoinebzh