MATLAB: Does MATLAB fail to install with a “‘std::runtime_error’ what(): Unable to launch the MATLABWindow application” error on Linux

When I try to install MATLAB it fails with the following error:

terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to launch the MATLABWindow application
Aborted

Best Answer

This error message is typically caused by a library dependency error.
To resolve this issue, please remove the following libraries from the MathWorks Installation files, specifically the /bin/glnxa64 directory:
libcrypto.so.1.1
libssl.so.1.1