mpmuninstall
Description
mpmuninstall(
uninstalls the specified
package and all of its unused dependencies. A dependency is unused if it was not installed
directly and no other packages depend on it. If pkg
)pkg
includes any
packages that are dependencies for an installed package, then those packages are not removed
and their InstalledAsDependency
property is set to
true
. Uninstalled packages are removed from the MATLAB path but package
files are not removed from disk. Packages that are not successfully uninstalled are not
removed from the path.
mpmuninstall(
specifies options using one or more name-value arguments. For example, you can specify
whether to uninstall unused package dependencies.pkg
,Name=Value
)
Examples
Input Arguments
Version History
Introduced in R2024b