Skip to main content
Skip table of contents

Installation and Setup

DataSink Pro on Linux is all about flexibility and control. Choose your preferred installation method.

_7311f423-85f3-455b-accb-144844a40333.jpeg

Option 1: Installation via Shell Script (Recommended)

  1. Open a terminal.

  2. Run the following command to download the installer:

    BASH
    curl -O https://www.DataSinkpro.com/linux/install.sh
  3. Make the script executable:

    CODE
    chmod +x install.sh
  4. Run the installer:

    CODE
    fffff
    CODE
    ./install.sh

The script will:

  • Detect your distro.

  • Install required dependencies.

  • Place the DataSink Pro binary in /usr/local/bin.

Option 2: Manual Installation

For users who like full control:

  1. Download the tarball:

    CODE
    wget https://www.DataSinkpro.com/linux/DataSinkpro.tar.gz
  2. Extract the archive:

    CODE
    tar -xvzf DataSinkpro.tar.gz -C /opt
  3. Add the binary to your PATH:

    CODE
    echo 'export PATH=$PATH:/opt/DataSinkpro/bin' >> ~/.bashrc source ~/.bashrc

Verify Installation

Check if DataSink Pro is installed correctly by running:

CODE
DataSinkpro --version
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.