Skip to content

Install/Upgrade

Installation

CIQ Depot has a client tool which must be installed on the client system. You can either point directly to the depot server to get the RPM or create repo configuration.

  1. Install using dnf
sudo dnf install -y https://depot.ciq.com/public/files/depot-client/depot/depot.$(uname -m).rpm

Note: Only supports x86_64 and aarch64 architectures.

This will also install a dnf repo configuration in /etc/yum.repos.d/ciq-depot-client.repo.

  1. Verify installation
depot --version

Update the client tool

  1. Update using dnf
sudo dnf update

The default dnf repo config file is installed to /etc/yum.repos.d/ciq-depot-client.repo, it can be modified for on-prem installations.

  1. Verify version
depot --version