yum.wheels.dev

Native Fedora/RHEL repository for the Wheels CFML framework CLI.

Stable channel

sudo dnf config-manager --add-repo https://yum.wheels.dev/wheels.repo
sudo dnf install wheels

Bleeding-edge channel

Published on every merge to develop. The package is named wheels-be so it can coexist with the stable wheels install on the same host.

sudo dnf config-manager --add-repo https://yum.wheels.dev/wheels-be.repo
sudo dnf install wheels-be

Upgrading

sudo dnf upgrade wheels        # or wheels-be

Signing key

The repository is signed with the Wheels project key. The public half is published at /wheels.gpg. Both .repo files reference it via gpgkey=, so dnf imports it automatically on first refresh. The fingerprint is committed to the source repo in FINGERPRINT for offline verification.

Other platforms