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

Option 1: Installation via Shell Script (Recommended)
- Open a terminal. 
- Run the following command to download the installer: BASH- curl -O https://www.DataSinkpro.com/linux/install.sh
- Make the script executable: CODE- chmod +x install.sh
- Run the installer: CODE- fffffCODE- ./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:
- Download the tarball: CODE- wget https://www.DataSinkpro.com/linux/DataSinkpro.tar.gz
- Extract the archive: CODE- tar -xvzf DataSinkpro.tar.gz -C /opt
- 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:
DataSinkpro --version