{"id":21887093,"url":"https://github.com/boredsquirrel/matlab-linux-install","last_synced_at":"2026-04-16T11:34:42.058Z","repository":{"id":119706618,"uuid":"553843717","full_name":"boredsquirrel/Matlab-Linux-Install","owner":"boredsquirrel","description":"Install the binary install of matlab in any Linux Distro (Appstarter for KDE)","archived":false,"fork":false,"pushed_at":"2023-06-15T13:54:02.000Z","size":14,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T20:22:59.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boredsquirrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-18T21:31:46.000Z","updated_at":"2023-06-15T13:47:46.000Z","dependencies_parsed_at":"2024-04-03T12:37:35.653Z","dependency_job_id":"6538f1fb-7e2d-4739-9a0d-894a2b718e8c","html_url":"https://github.com/boredsquirrel/Matlab-Linux-Install","commit_stats":null,"previous_names":["boredsquirrel/matlab-linux-install"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FMatlab-Linux-Install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FMatlab-Linux-Install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FMatlab-Linux-Install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boredsquirrel%2FMatlab-Linux-Install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boredsquirrel","download_url":"https://codeload.github.com/boredsquirrel/Matlab-Linux-Install/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244894311,"owners_count":20527678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T11:08:24.650Z","updated_at":"2026-04-16T11:34:42.025Z","avatar_url":"https://github.com/boredsquirrel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install Matlab on Linux \nInstall the binary of matlab on any Linux Distro, including an Appstarter to launch it\n\nInstalling Matlab on Linux is annoying. But if done right, its not actually hard, here are the needed commands:\n\n![Mathworks Logo](https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Matlab_Logo.png/200px-Matlab_Logo.png)\n\n## 1. Download Matlab\n\nsave `Matlab_R\u003cVERSIONNUMBER\u003e.zip` to a folder like `/home/USERNAME/Programs`\n\n```\ncd ~/Programs \u0026\u0026\\\nmkdir INSTALL \u0026\u0026\\\nunzip -X -K matlab_* \u0026\u0026\\\nrm -f matlab_*.zip\n./install\n\n# activation should now be done in the installer\n# choose \"INSTALL\" in the same directory as the download dir\n# this works on immutable distros and also helps with the integration\n```\n\n## GUI integration\n\n```\nwget https://github.com/trytomakeyouprivate/Matlab-Linux-Install/raw/main/MATLAB-GUI-INSTALL\nchmod +x MATLAB-GUI-INSTALL\n./MATLAB-GUI-INSTALL\n```\n\n- bashrc, zshrc, fish integration\n- Icon in the appmenu\n- mimetype, so .m files should be automatically opened\n\n\nInstall the Matlab Packamanager MPM to get updates:\n\n```\nwget https://www.mathworks.com/mpm/glnxa64/mpm -P ~/.bin/\nchmod +x ~/.bin/mpm\n```\n\nUsage:\n\n```\nmpm install --release=\u003crelease\u003e --destination=\u003cdestination\u003e [--products] \u003cproduct1\u003e \u003cproduct2\u003e\n# for example:\n\nmpm install --release=R2022a --destination=/home/user/Programs/matlab --products MATLAB\n```\n\n## Current problems\nAll problems solved for now.\n\nVersion numbers seem to no longer be a problem\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboredsquirrel%2Fmatlab-linux-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboredsquirrel%2Fmatlab-linux-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboredsquirrel%2Fmatlab-linux-install/lists"}