Uninstalling on macOS
To uninstall from a macOS platform, complete this task.
- Procedure
- Navigate to /opt/tibco/ems.
- Delete the version-specific directory
8.7
. - Delete file
../_installInfo/ems-<release_num>.000_prodInfo.xml
-
Inform macOS that the packages are no longer installed.
for i in $(sudo pkgutil --pkgs='com.tibco.ems.*-release_num'); do sudo pkgutil --forget $i; done
release_num indicates the three-digit product release number that you are uninstalling, for example, 8.7.0.