Uninstalling Talend products manually on Linux - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

If you have any issues when uninstalling Talend products using the uninstall file or your installation is broken, you can uninstall them manually.

Procedure

  1. List all Talend services using the following command: ls -l /etc/systemd/system/talend*.
  2. Stop each service on the list with the command: systemctl stop <service name>. Replace <service name> with the name of the service. For example: systemctl stop talend-tac-7.x.1.
  3. Disable each service with the command: systemctl disable <service name>.

    For example: systemctl disable talend-tac-7.x.1.

  4. Make sure no Talend services are running with the command: ps -ef | grep talend | grep -v grep.

    If Talend services appear in the output, go through the list and kill the services still running with the command kill -9 <pid>. <pid> is the first number of the output for each service.

  5. Delete the installation folder with the command: rm -rf <folder>. For example: rm -rf Talend-7.x.1.

Results

The uninstallation is complete. If you need to reinstall Talend products, see Installing your Talend products using the Talend Installer.