Page cover

Install for Linux

The cldkctl tool for Linux can be installed through the Snap package manager, the Homebrew package manager, or by using the Manual Binary Installation method. Choose one of the methods below based on the preferred installation approach.

Install via Snap

  1. Open the terminal and run the following command to install cldkctl:

sudo snap install cldkctl
  1. After installation, verify the installation by running:

cldkctl --version
  1. If the version number appears, the installation process is complete.

Install via Homebrew

  1. Open the Terminal.

  2. Run the following command to add the repository and install cldkctl:

brew tap Lintasarta/cldkctl 
https://github.com/Lintasarta/cldkctl.git
brew install cldkctl
  1. After the installation is complete, verify it by running:

cldkctl --version
  1. If the version number appears, the installation was successful.

Manual Binary Installation

  1. Open the Manual Binary Installation section on the Service Portal AI.

  2. Download the latest cldkctl binary from the GitHub Releases page.

  3. Extract the downloaded file.

  4. Move the extracted cldkctl binary to /usr/local/bin/.

  5. Assign execution permission to the binary by running:

  1. Verify the installation by running:

  1. Once the version number appears, the installation is complete.

Last updated