The
sudo ./installcommand does not open up the installer. The install file shows as an executable file. It asks for password and after that nothing, it keeps processing, but does not show any result. I use a Ubuntu 20.04.3 dual booted alongside with Windows in a HP Series 15 laptop.
I am trying to install the latest Matlab version R2021b.
Have already tried "sudo chmod -R 777 matlab_R2021b_glnxa64"
11 Answer
I had similar issue when installing MATLAB 2021b, Ubuntu 18.04. Installing it on x11 failed but was successful after switching to wayland. To know which session you are on run:
$ loginctl show-session "$XDG_SESSION_ID" -p TypeFor more info on how to switch between x11 and wayland, check out