Main Content

mpm list

(Linux, Windows, Mac) List all products installed

Using mpm list at the operating system command line requires MATLAB® Package Manager. See Get MATLAB Package Manager.

If you instead want to manage packages within MATLAB, see Find and Distribute Code Using MATLAB Package Manager (MATLAB).

Description

mpm list --matlabroot=<path/to/matlabroot> displays a list of all MathWorks® products, support packages, and optional features installed in the specified folder.

Examples

collapse all

Windows®(run as administrator):

.\mpm.exe list --matlabroot="C:\Users\<USER>\matlab"

Linux® or Mac:

./mpm list --matlabroot=/home/<USER>/matlab

Input Arguments

collapse all

MATLAB installation folder, specified as an absolute or relative folder path.

Example: --matlabroot="C:\Program Files\MATLAB\R2026a"

Example: --matlabroot=/Applications/MATLAB_R2026a.app

Example: --matlabroot=/usr/local/MATLAB/R2026a

Limitations

  • mpm list is only supported for R2020a and later.