Skip to content

Instantly share code, notes, and snippets.

View ConstantijnDekker's full-sized avatar

ConstantijnDekker

View GitHub Profile
@pgrepds
pgrepds / gist:7c9a7e29a8b649369951e2002a85a3d0
Last active June 28, 2024 16:25
Matlab R2022a ArchLinux installer problem fix
I got problems installing Matlab R2022a on Arch. Running the installer throws the following error:
```
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was: 127
fish: Job 1, 'sudo ./install' terminated by signal SIGABRT (Abort)
```
I fixed it by running the following commands.