Install Client Tools
Installation of Clients Tools ..

The following steps install the client plugins into a Linux Desktop - for Windows
Unpack Client Package
The jar command is a general-purpose archiving and compression tool, based on ZIP and the ZLIB compression format.
x - Extract files from a JAR archive
f - Sets the file specified by the jarfile operand to be the name of the JAR file that is created
Pentaho Client Directories
Create ~/Pentaho/design-tools directory.
cd
mkdir -p ~/Pentaho/design-tools
Check for client plugins.
cd
cd ~/Downloads/'Client Tools'/'PDI (Spoon)'
ls
Unjar pdi-ee-client-10.2.0.0-222.zip.
cd
cd ~/Pentaho/design-tools
jar -vxf ~/Downloads/'Client Tools'/'PDI (Spoon)'/pdi-ee-client-10.2.0.0-222.zip
Change the permission for all .sh files.
cd
cd ~/Pentaho/design-tools
find . -iname "*.sh" -exec bash -c 'chmod +x "$0"' {} \;
Check that it matches the following directory structure:
Data Integration UI
This section is for reference.
The required packages are now installed v10.1+
Just start PDI to check UI and licenses.
Add package repository.
sudo apt-get install -qq software-properties-common
Add repository entry.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
sudo add-apt-repository 'deb [trusted=yes] http://cz.archive.ubuntu.com/ubuntu bionic main universe'
Update repositories.
sudo apt-get update
Install package.
sudo apt-get install -qq libwebkitgtk-1.0-0
sudo apt-get install libcanberra-gtk-module
Start PDI.
cd
cd ~/Pentaho/design-tools/data-integration
./spoon.sh

Last updated
Was this helpful?