- Use MathWorks Silent Installer and install the "Control System Toolbox" programmatically. (https://www.mathworks.com/help/install/ug/install-noninteractively-silent-installation.html)
- Once "Control System Toolbox" is installed, launch MATLAB and run these commands in the Console:
Cannot install ToolBox through Add-On Explorer in Ubuntu Matlab 2025a, it does not reestart after "installation"
52 次查看(过去 30 天)
显示 更早的评论
When I try to install Control System Toolbox, it does proceed as normal, however, when it prompts me to wait for restart for the installation, it does not restart. When I open Matlab again, it does not appear as installed.
I have tried to run it as super user but it does give me an error:
XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
I have also tried to rerun the matlab installator, however, it does not update the ToolBoxes installed, even after installing, supposedly, said toolbox (rerun installation process but pointing to the folder where it was already installed), the toolbox appeared as not installed.
Any help? I am banging my head against the wall at this point.
This is the last message I get before reboot:

Specifications:
Ubuntu 24.04.2 LTS x86_64
GNOME 46.0
root folder: /home/antonio/MATLAB/MATLAB-/R2025a
0 个评论
回答(1 个)
Meet
2025-6-24
Hi Antonio,
I would recommend to try the following workaround to fix the issue:
restoredefaultpath;
rehash toolboxcache;
savepath;
3. Verify Control System Toolbox appears:
ver
I hope this helps resolve the issue!!
2 个评论
Davide
2025-7-11
@ANTONIO BUSTOS LOPEZ How did you uninstall and reinstall MATLAB? I am having the same exact problem and yours is the only solution I have found
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!