Uninstalling on macOS

To uninstall from a macOS platform, complete this task.

    Procedure
  1. Navigate to /opt/tibco/ems.
  2. Delete the version-specific directory 10.3.
  3. Delete file ../_installInfo/ems-<version>.000_prodInfo.xml
  4. Inform macOS that the packages are no longer installed.

    for i in $(sudo pkgutil --pkgs='com.tibco.ems.*-version'); do sudo pkgutil --forget $i; done

    version indicates the three-digit product release number that you are uninstalling, for example, 10.3.0.