MATLAB: What(): Unable to launch the MATLABWindow application during installation

manjaro archlinux runtime_error

So, I'm running a fresh install of Manjaro Gnome and I'm trying to install matlab. I downloaded the installer, unpacked but when I try to run "bash ./install" it gives me the error:
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to launch the MATLABWindow application
Matlab version is R2020a.

Best Answer

You are missing 'libselinux.so.1"
yay -S libselinux
and retry