I’m currently trying to install and run MATLAB on openSUSE Leap 16.0, which is not yet officially supported by MathWorks:
https://se.mathworks.com/support/requirements/matlab-linux.html
Since SLES 15 (currently supported) will eventually be replaced by SLES 16, I expect proper support to arrive in the future. In the meantime, I’d like to document what works and what does not, and hopefully gather input from others.
- Installer crash
Running the MATLAB installer (tested with R2026a, likely affecting earlier versions as well) results in a segmentation fault:
./install
Segmentation fault (core dumped)
A similar issue has been reported here:
https://se.mathworks.com/matlabcentral/answers/2180762-matlab-installer-for-version-2025b-on-linux-segfaults-on-opensuse-16-0
- Workaround for installation
The installation completes successfully when using:
LD_PRELOAD=/usr/lib64/libgnutls.so.30 ./install
This workaround was reported here:
https://www.reddit.com/r/openSUSE/comments/1s0xqdm/matlab_support_in_2026/
- Runtime behavior
- MATLAB GUI starts correctly as a normal user
- MATLAB fails to start when run as root
When launched as root, the MathWorks Crash Reporter appears with a dump file such as:
/root/.MathWorks/.../crash_reports/completed/<id>.dmp
- Current status
I have not yet fully mapped out which features work and which do not under Leap 16.0.
I will report this to MathWorks, but any insights or workarounds from the community would be very helpful.