MATLAB 2021b Installation error

The

sudo ./install

command 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"

1

1 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 Type

For more info on how to switch between x11 and wayland, check out

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like