Why is the Linux MATLAB install script not opening the installer window?
Mostrar comentarios más antiguos
I'm trying to install on KDE Neon 5.22.5. When I run the installer script, there is no installer window that shows up. There is also no output in the terminal at all when the installer script is run, and when I try to terminate the command with Ctrl+C, it just shows the input and does not end the process. I have managed to install MATLAB on another Linux distro, but it doesn't seem to work here on Neon.
7 comentarios
Wilco Verbeeten
el 1 de Oct. de 2021
Editada: Wilco Verbeeten
el 1 de Oct. de 2021
I have the same issue when running the installer script for Matlab R2021b, but on Linux Mint 19.3 distro. And I also have this issue on Linux Mint 20.
I did not have this issue when running installer script Matlab R2021a on both machines. So I assume it has something to do with the script.
Michael Ma
el 1 de Oct. de 2021
Editada: Michael Ma
el 1 de Oct. de 2021
Wilco Verbeeten
el 3 de Oct. de 2021
I came across a workaround that gets R2021b installed.
"This appears to be an issue with MATLAB R2021b under root not being able to access the X Server" (advised by Matlab Support). Workaround is to run the following command:
xhost +SI:localuser:root
Next, you can run:
sudo ./install
It takes a while, but then the GUI window pops up and you can install Matlab R2021b without a problem.
By the way, I need to run the installer script as root (using sudo), to install it in the /opt/MATLAB folder on my Linux Mint distro.
Michael Ma
el 4 de Oct. de 2021
Bart Boogmans
el 22 de Feb. de 2022
@Wilco Verbeeten Thanks. Worked for me.
Mahmod Karndash
el 16 de Mayo de 2022
i have ubuntu16.04 on windows and i want to install matlab r2018a in ubuntu but i can not please help .
root@DESKTOP-SMROJT0:/mnt/d/R2018a# ls
activate.ini install licenses ui
archives installer_input.txt patents.txt version.txt
bin install_guide.pdf readme.txt
etc java sys
help license_agreement.txt trademarks.txt
root@DESKTOP-SMROJT0:/mnt/d/R2018a# sudo ./install
Preparing installation files ...
Installing ...
Finished
root@DESKTOP-SMROJT0:/mnt/d/R2018a#
the installer does not launch and MATLAB is not installed,installer window does not open
please help
Mahmod Karndash
el 16 de Mayo de 2022
I have tried but,
root@DESKTOP-SMROJT0:/root/softwares/R2018a# xhost +SI:localuser:root
localuser:root being added to access control list
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 109 (X_ChangeHosts)
Value in failed request: 0xe
Serial number of failed request: 7
Current serial number in output stream: 9
root@DESKTOP-SMROJT0:/root/softwares/R2018a# sudo ./install
Preparing installation files ...
Installing ...
Finished
root@DESKTOP-SMROJT0:/root/softwares/R2018a#
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!