Uninstalling on Linux

    Procedure
  1. To list the packages to uninstall, run the command that is applicable to your Linux variant.
    Linux Variant Command
    Red Hat
    yum list installed | grep "tib_acd"
    Debian
    dpkg-query -l | grep "tib_acd"
    SUSE
    zypper se | grep "tib_acd"
    
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use the following command.
    ls -R /opt/tibco/acd
  2. To uninstall the packages, run the command that is applicable to your Linux variant.
    Linux Variant Command
    Red Hat
    yum remove -y tib_acd*
    Debian
    apt-get remove -y tib_acd*
    SUSE
    zypper rm tib_acd*
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use this command.
    rm -rf /opt/tibco/acd