Uninstalling on macOS
To uninstall from a macOS platform, complete this task.
- Procedure
- Navigate to /opt/tibco/ems.
- Delete the version-specific directory
10.3
. - Delete file
../_installInfo/ems-<version>.000_prodInfo.xml
-
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.