Skip to content

Instantly share code, notes, and snippets.

@mengtongun
Last active November 4, 2021 02:48
Show Gist options
  • Save mengtongun/90392a85753db44f7a6d4977dd10d2e8 to your computer and use it in GitHub Desktop.
Save mengtongun/90392a85753db44f7a6d4977dd10d2e8 to your computer and use it in GitHub Desktop.
Install Talend ELT Tool 7.3 in Ubuntu 20.04
JAVA & JDK Required:
Dowload link:
xulrunner: http://ftp.mozilla.org/pub/xulrunner/nightly/2012/03/2012-03-02-03-32-11-mozilla-1.9.2/xulrunner-1.9.2.28pre.en-US.linux-x86_64.tar.bz2
TOS DI-2020: http://mkto-k0023.com/dc/5w4dZQ4HH6-8aj1DCgc3u9vYtrgywd1eUxD2vj1MTEGf_y395O4_4sxM29-hnjTaaDIuSQOtr1IgB1UYVs7CEFgbU9ltWKWsA5ZfvklrvrKvHcYwjfwLlwn8GfTUJR0b/MzQ3LUlBVC02NzcAAAGAgw2a30tlpdBFCd08vNjSaIl-p8EBGGpT8zNlejuTQcljmvx4t5wjsC_ssR1fw5LncDFZPXs=
For TOS if it is not availbe you can go the official site then download the zip file there.
#### Step 1
First you need to unzip TOS DI-2020: You can run command: sudo unzip <filename>
Second you need to untar xulrunner: You can run command: sudo tar -xvf <filename>
Third copy/move unzip TOS DI-2020 to HOME directory and rename it to Talend or Else : you can run command: sudo mv <foldername> /home/<user>/Talend
Fourt copy the untar xulrunner file to Talend directory that we just move at the moment: you can run command: sudo cp <foldername> /home/<user>/Talend
#### Step 2
-Dorg.eclipse.swt.browser.XULRunnerPath=/home/<user>/Talend/xulrunner/
Open nano or text editor then copy it and past above text inside the filename in Talend directory : TOS_DI-linux-gtk-x86_64.ini
you can run command: sudo nano TOS_DI-linux-gtk-x86_64.ini
#### Step 3
Finally you can run it in your ubuntu by open the filename inside the Talend Directory: TOS_DI-linux-gtk-x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment