Uninstalling on macOS
To uninstall from a macOS platform, complete this task.
- Procedure
- Navigate to /opt/tibco/ftl.
- Delete the version-specific directory
7.0.1. - Delete the symbolic link to that directory, current-version.
- 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.