2. Installing the Cobbler standalone CLI

Note

Before version 1.0 is released, expect information on this page to be a WIP.

Warning

The standalone Cobbler CLI will conflict with the bundled CLI of the Cobbler daemon with version 3.3.x and older.

2.1. RPM

  1. Add the OBS Repository for your operating system

  2. Enable and refresh the previously added repository

  3. Install the binary package cobbler-cli

2.2. DEB

  1. Add the OBS Repository for your operating system

  2. Enable and refresh the previously added repository

  3. Install the binary package cobbler-cli

2.3. Docker

docker run --rm ghcr.io/cobbler/cli:latest
podman run --rm ghcr.io/cobbler/cli:latest

2.4. Source

make build