PackageTools
Uninstall
uninstall a workbook-based package
Calling Sequence
Parameters
Description
Examples
Compatibility
Uninstall( package )
package
-
string or integer
The Uninstall command removes an installed package given the name or unique integer identifier of the package.
The Uninstall command irreversibly removes the files that were installed by the PackageTools:-Install command.
By default packages are installed in "maple/toolbox/package" relative to your home directory. They can also optionally be installed in "$MAPLE/toolbox/package", where $MAPLE is your Maple installation directory.
with⁡PackageTools:
Uninstall⁡mypack.maple
Uninstall⁡5095707910340608,version=1
The PackageTools[Uninstall] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
libname
module,package
savelib
worksheet,cloud,overview
worksheet,expressions,VariableManager
Download Help Document