Uninstalling on Linux

Uninstall the RPM packages.

    Procedure
  1. List the packages to uninstall.
    Linux Variant Command
    Red Hat
    yum list installed | grep "ems"
    SUSE
    zypper se | grep "ems"

    Verify the packages:

    • EMS C Client Development Kit
    • EMS C Client, .NET Client, and Administration Tool
    • EMS Java Client and OSGi Bundle
    • EMS Product Information
    • EMS Samples and JAAS Source Code
    • EMS Server
    • EMS Third Party Libraries

  2. Uninstall the packages.
    Linux Variant Command
    Red Hat
    sudo yum remove -y "tib_ems*_10.3*"
    SUSE
    sudo zypper rm "tib_ems*_10.3*"
  3. If you manually ran the bin/post-install.sh script as documented in the Optional Post-Installation Steps on Linux section, a _installInfo/ems-<version>.000_prodInfo.xml file was generated in the grandparent directory of EMS_HOME. Delete this file.