ListInstalledPackages - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : Package Tools : ListInstalledPackages

PackageTools

  

ListInstalledPackages

  

return a list of installed workbook-based packages

 

Calling Sequence

Options

Description

Examples

Compatibility

Calling Sequence

ListInstalledPackages( )

ListInstalledPackages( output )

Options

• 

output : titles, Record, or JSON

Description

• 

The ListInstalledPackages command returns a list of packages that were installed via the PackageTools:-Install command. Each item in the list contains the titles of the installed packages.

• 

The output option controls the returned output. The default is titles, which returns a list containing the installed package titles.

• 

The output = Record option returns information on the title, id, version, and path for each installed package as a list of Records.

• 

The output = JSON option returns information on the title, id, version, and path for each installed package in JSON format.

Examples

withPackageTools:

ListInstalledPackages

Compatibility

• 

The PackageTools[ListInstalledPackages] command was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

Creating a New Package Workbook

PackageTools