Altova MapForce Server 2026 Advanced Edition

This command uninstalls one or more taxonomy packages. By default, any packages referenced by the current one are uninstalled as well. To uninstall just the current package and keep the referenced packages, set the option --k.

 

Syntax

<exec> uninstall [options] TaxonomyPackage+

 

To uninstall multiple packages, add the TaxonomyPackage argument multiple times, each one separated from the preceding by a space.

 

The TaxonomyPackage argument is a package identifier (having a format of <name>-<version>, for example: eba-2.10). To find out the identifiers of the packages you want, run the list command. You can also use an abbreviated identifier if it is unique, for example, eba. If you use an abbreviated identifier, then the latest version of that package will be installed.

 

Options

The uninstall command takes the following options:

 

--keep-references, --k

Set this option to keep referenced packages. The default is false.

--silent, --s

Display only error messages. The default is false.

--verbose, --v

Display detailed information during execution. The default is false.

--help, --h

Display help for the command.

 

Example

The following command uninstalls the eba-2.10 and us-gaap-2020.0 packages and their dependencies:

taxonomypackagemanager uninstall eba-2.10 us-gaap-2020.0

 

The following command uninstalls the eba-2.10 package but not the packages it references:

taxonomypackagemanager uninstall --k eba-2.10

 

© 2020-2026 Altova GmbH