Uninstalling on macOS

To uninstall from a macOS platform, complete this task.

    Procedure
  1. Navigate to /opt/tibco/ftl.
  2. Delete the version-specific directory 7.0.1.
  3. Delete the symbolic link to that directory, current-version.
  4. Inform macOS that the packages are no longer installed.
    for i in $(sudo pkgutil --pkgs='com.tibco.ftl.*-release_num'); do sudo pkgutil --forget $i; done
    release_num indicates the three-digit product release number that you are uninstalling, for example, 7.0.1.

    The enterprise and monitoring packages are relevant only when uninstalling TIBCO FTL - Enterprise Edition.