install command on linux doesn't bring up installer

When I type in ./install in my Linux shell, it says it's installing and completes in 10 seconds, but doesn't bring up the installation manager.

 Respuesta aceptada

Hello Brenda,
As I understand, you are trying to install MATLAB in Linux from the command line and are not getting the installation manager to show up. The most likely reason is that you do not have permissions to one or more of the files in the installation folder. Execute the following before trying launch the installer:
sudo chmod -R 777 matlab_R20XXx_glnxa64
sudo ./install

4 comentarios

This worked, thanks!
chmod -R 777 ~/Documents/MATLAB/
sudo ./install
ali
ali el 6 de Abr. de 2021
Thanks, I had the same problem with permission stuff and this worked.
This command is not working for me

Iniciar sesión para comentar.

Más respuestas (2)

Jozsef Vasarhelyi
Jozsef Vasarhelyi el 1 de Mzo. de 2022
I did the following:
ssh -X root@computer_name
Then the install started!
AKSHAY SUNIL
AKSHAY SUNIL el 9 de Abr. de 2022
You can go to the matlab_R2022a_glnxa64 folder or the newly created matlab folder and right click on the install file select properties and select permissions and change it from "read only" to "read and write" .

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Preguntada:

el 10 de En. de 2017

Respondida:

el 9 de Abr. de 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by