Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 4.38 KB

MPM.md

File metadata and controls

81 lines (54 loc) · 4.38 KB

MATLAB Package Manager

Use MATLAB® Package Manager (mpm) to install MATLAB, Simulink®, and other MathWorks® products or support packages from the operating system command line.

To get mpm for Linux, Windows, or macOS, see Get MATLAB Package Manager.

For information on using mpm, see these command reference pages:

Command Description
mpm install Install products and support packages
mpm download Download products and support packages
mpm install-doc Install documentation
mpm --help Get help using MATLAB Package Manager
mpm --version Get MATLAB Package Manager version information

For information on using mpm in the MATLAB Dockerfile, see Create a MATLAB Container Image.

Feedback and Support

If you encounter a technical issue or have an enhancement request, create an issue here.

Changelog

2024.2.2 - August 14, 2024

  • Security: Patched CVE-2023-45853.

2024.2.1 - July 24, 2024

  • Fixed: Resolved an issue that causes mpm to fail on some Linux distributions.

2024.2 - July 17, 2024

  • Added: Use mpm download to download products and support packages without installing them.
  • Added: Install support packages that were downloaded using mpm download.
  • Added: Support for installing IEC Certification Kit, DO Qualification Kit, and Simulink Code Inspector from a downloaded archive.
  • Changed: mpm now omits installing products that are already installed instead of issuing an error.

2024.1.1 - March 27, 2024

  • Added: Specify the --no-jre option that allows you to skip installing the default Java Runtime Environment (JRE) used by MATLAB and set a custom JRE instead. For information on which JREs are supported, see Versions of OpenJDK Compatible with MATLAB by Release on the MathWorks website.

2023.12.1 - December 14, 2023

  • Added: Support for Windows
  • Added: Support for macOS

2023.10.0.1 - October 26, 2023

  • Added: Install hardware and software support packages.
  • Added: Install required products automatically. For example, if you specify --product Simulink, then mpm installs both Simulink and the required product MATLAB.
  • Added: Install products by specifying options in an input file.

2023.9 - September 13, 2023

  • Fixed: Resolved an issue that prevented installation of R2023b.

2023.3 - March 23, 2023

  • Added: Specify the --no-gpu option to prevent installation of GPU libraries when you install Parallel Computing Toolbox.
  • Changed: Versioning changed from Semantic Versioning to Calendar Versioning.

0.8.0 - December 17, 2022

  • Added: Install a specific MATLAB update level. For example, to download MATLAB R2022b Update 2, specify the --release option as R2022bU2.

0.7.0 - November 4, 2022

  • Added: Foundation changes to support upcoming features.
  • Fixed: Improved parsing for --release option.

0.6.0 - July 14, 2022

  • Added: By default, MATLAB documentation and examples are not installed with MATLAB.
  • Added: Use the --doc option to include documentation and examples with the MATLAB installation.
  • Added: The mpm command now observes TMPDIR environment variable.
  • Fixed: The mpm command no longer crashes at run time on RHEL7/UBI7.
  • Fixed: Changed dropped packet behavior to improve download resilience in adverse network conditions.
  • Fixed: Improved error message for installing into a MATLAB instance that does not match the specified release.

0.5.1 - February 14, 2022

  • Fixed: Installing a toolbox into an existing MATLAB instance at any update level that is not the latest update level for that release no longer results in the installed products throwing an error when invoked.

0.5.0 - December 6, 2021

  • Added: Initial release