How can I install an update on R2025a on Linux?

19 views (last 30 days)
In past releases, updates could be installed by running /usr/local/MATLAB/R20XXx/bin/glnxa64/MathWorksUpdateInstaller as root, but in R2025a, this installer is gone. Is there any remaining way to install updates short of running Matlab itself as root and installing the update through the notification bell menu?
  3 Comments
Josh G.
Josh G. on 24 Jul 2025
@Star Strider thanks, I tried searching and didn't find a related question, but I'll follow up there.

Sign in to comment.

Accepted Answer

Josh G.
Josh G. on 29 Dec 2025 at 19:09
Reproducing the answer to the other question here, with appropriate modifications:
Mathworks now puts the MathWorksUpdateInstaller binary under ~/.MathWorks/ServiceHost/-mw_shared_installs/$version/bin/glnxa64. Additionally, the update installer needs the location of the actual installation passed in as an argument. $version changes based on the release of Matlab, but whatever you have under -mw_shared_installs should work.
For example, to update R2025b installed in the default location:
sudo ~/.MathWorks/ServiceHost/-mw_shared_installs/v2025.13.0.5/bin/glnxa64/MathworksUpdateInstaller --destination=/usr/local/MATLAB/R2025b
Matlab does not need to be running when you run this command. Note that the update installer will launch a session of Matlab as the root user after the update is installed; you should close this session and open one as your regular user.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2025a

Community Treasure Hunt

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

Start Hunting!