To download the API client for Linux, follow these steps:

  1. Using Curl
    Run the following command in your terminal:

    curl -O https://example.com/en/api-client/linux/client.tar.gz
    
  2. Manual Download
    Download the latest version 📥
    (Click the link to save the file)

  3. Installation
    After downloading, extract the archive and follow the installation guide:

    tar -xzvf client.tar.gz
    cd client
    ./install.sh
    

📌 Note: Ensure you have sudo privileges for system-level installations.
For advanced usage, check our documentation center 📚.

Linux_Download