Toolbox installation going wrong - linux

149 ビュー (過去 30 日間)
tim
tim 2025 年 6 月 13 日
回答済み: Ivy 2025 年 11 月 14 日 19:50
I am using the newest release 2025a on a linux computer. I want to install the Statistics and Machine Learning Toolbox which is included in my license. In general the installation process is simple - i open the add-on explorer, find the toolbox and click install. Then a window pops up, that the toolbox will be installed, matlab will be closed and restarted once complete. Matlab closes but never restarts, if i start it again the toolbox is missing.
What can I do ?
  3 件のコメント
Davide
Davide 2025 年 7 月 11 日
I am having the same problem (Ubuntu 24.04.2 LTS), still didn't find a way to solve it
Philipp
Philipp 2025 年 11 月 5 日 22:42
編集済み: Philipp 2025 年 11 月 5 日 22:45
I also have exactly the same problem (Kubuntu 24.04 LTS, R2025b). MATLAB is installed below my home folder and my user account has access to the installation files (not installed using sudo).

サインインしてコメントする。

回答 (4 件)

tim
tim 2025 年 6 月 16 日
i can circumvent this problem by reinstalling matlab and selecting the official toolboxes i want. but this is a really tedious "fix" and not sure what to do about unlisted toolboxes..

Mahboob
Mahboob 2025 年 8 月 13 日
Run matlab by sudo so that it can run the installer after closing.
  2 件のコメント
JOSHUA RAPHAEL
JOSHUA RAPHAEL 2025 年 11 月 13 日 19:14
Not working for me :/
Can you provide some sources on why runnng with sudo could help?
Thanks a lot!
Mahboob
Mahboob 2025 年 11 月 13 日 21:58
編集済み: Mahboob 2025 年 11 月 13 日 21:59
Well, in depends on where you installed your matlab, and if even used sudo to run the initial installer setup. For example, if you installed it in /usr/local/MATLAB/<VERSION> then this directory is not writable by normal user, and therefore, if you ran matlab without sudo, then the updater or module installer won't be able to write files on the sub directories of /usr/local/MATLAB/<VERSION>.

サインインしてコメントする。


Rahul Gulia
Rahul Gulia 2025 年 9 月 6 日
Open a terminal and run:
sudo matlab
Then, start installing your Add-Ons. Hope this helps.
  3 件のコメント
JOSHUA RAPHAEL
JOSHUA RAPHAEL 2025 年 11 月 13 日 18:50
編集済み: JOSHUA RAPHAEL 2025 年 11 月 13 日 18:51
Same here, matlab crashes when trying to run with sudo :(
I get the following output:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QXcbGlxIntegration::initialize
Xcb GLX gl-integration successfully initialized
qt.xkb.compose: failed to create compose table
Unable to launch MVM server: License Error: Licensing shutdown
JOSHUA RAPHAEL
JOSHUA RAPHAEL 2025 年 11 月 13 日 19:11
編集済み: JOSHUA RAPHAEL 2025 年 11 月 13 日 19:12
Managed to run matlab with sudo by using sudo -u myUserName matlab, but that didn't solve the issue.
Also tried sudo -u UserName matlab &, but still no success:/

サインインしてコメントする。


Ivy
Ivy 2025 年 11 月 14 日 19:50
Hello,
The reason why MATLAB just closes itself without opening is because it tries to install, and I assume you have installed MATLAB in a sudo-required location, it can't write to this location and never opens up again.
Launching MATLAB with sudo is only recommended if you have a university/startup license.
What you can do is to either run the installer, or MPM.
https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/MPM.md#install-matlab-and-specify-installation-options

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2025a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by