You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to update existing Matlab installations with mpm when mpm update doesn't exist and mpm install won't install on top of an existing installation #129
We use environmental management (e.g., Ansible, Chef, SaltStack, etc) to manage developer machines and on-prem CI infrastructure.
Right now, mpm update doesn't exist, and mpm install won't install on top of an existing installation. There isn't an mpm uninstall to remove an existing installation. It looks like the current option to update Matlab versions is to script a manual uninstall, and then use mpm to install it.
It's not a great option.
Is there a better option?
When is mpm expected to have support for update and uninstall?