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.
- 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
.
- Verify installation
depot --version
Update the client tool¶
- 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.
- Verify version
depot --version