Uninstall - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


PackageTools

  

Uninstall

  

uninstall a workbook-based package

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Uninstall( package )

Parameters

package

-

string or integer

Description

• 

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.

Examples

withPackageTools:

Uninstallmypack.maple

Uninstall5095707910340608,version=1

Compatibility

• 

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

PackageTools

savelib

worksheet,cloud,overview

worksheet,expressions,VariableManager

 


Download Help Document