Why do I get the error "Command 'mpm' not found" when using MATLAB Package Manager on Linux?
8 views (last 30 days)
Show older comments
MathWorks Support Team
on 1 Feb 2023
Answered: MathWorks Support Team
on 1 Feb 2023
Why do I get the error "Command 'mpm' not found, but there are 19 similar ones." when using MATLAB Package Manager on Linux?
Accepted Answer
MathWorks Support Team
on 1 Feb 2023
Please make sure that you have already downloaded mpm with wget. If you have already done this, you'll need to execute your mpm command with ./ (For example: ./mpm install --release=R2022b --destination=/home/username/matlab --products MATLAB).
Unless mpm is downloaded to /usr/local/bin, you have to add ./ before calling to mpm.
0 Comments
More Answers (0)
See Also
Categories
Find more on Performance Profiling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!