View installed packages

You can view a list of the packages and features that are installed currently on a computer.


Procedure

To view the installed packages and features:

  1. Open a command-line utility.

  2. Open the tools directory. See Locating the tools directory for more information about the tools directory.

  3. Run the command to list installed packages:

    imcl listInstalledPackages -features -long Examples:

      ./imcl listInstalledPackages -features -long


Results

When you run the listInstalledPackages command, the returned information is a list of packages in the following format:

packageID_version_1
packageID_version_2

When you run the listInstalledPackages command with -features and -long options, the returned information includes a longer description of the packages and also the features that are included in the repository. The returned information is in the following format:

install_location_1 : packageID_version_1 : display_name_1 : display_version_1 : featureId_a,featureId_b,featureId_c
install_location_2 : packageID_version_2 : display_name_2 : display_version_2 : featureId_a,featureId_b,featureId_c

The listInstalledPackages command with -features lists only installed features.


What to do next

After viewing the list of installed packages, use imcl commands to install additional packages or updates.

+

Search Tips   |   Advanced Search