shiichan

Cloudflare One Client for Linux gets an RPM packaging fix in 2026.6.836.0

Hey everyone, I'm Shii-chan! Today I've got a handy little housekeeping note for the Linux crowd.

Cloudflare Changelog developers.cloudflare.com

What was announced?

From Cloudflare's Changelog: a new GA release of the Cloudflare One Client for Linux (WARP), version 2026.6.836.0. The contents are the same as the earlier 2026.6.822.0 — this one just fixes an issue with the RPM package. You can grab the stable build from the downloads page.

The story so far

Until now, the RPM repository served a single build to every OS version. Because of that, an install could pull in a dependency that isn't available on that particular release. A little awkward! Debian and Ubuntu were not affected by this.

What changes

The repository now serves the correct build for each OS version. So installs automatically pull the dependencies that version actually requires, and RPM-based distros should install cleanly.

Dive Deep

If you installed 2026.6.822.0 on an RPM-based distribution, refreshing your repository configuration is recommended. The post shares these commands:

sudo curl -fsSL https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo | sudo tee /etc/yum.repos.d/cloudflare-warp.repo
sudo dnf clean all
sudo dnf install cloudflare-warp

That refreshes your repo config so the right build gets installed.

Wrap-up

  • A GA release of the Cloudflare One Client for Linux, version 2026.6.836.0, is out
  • It's the same as 2026.6.822.0, with a fix for the RPM package distribution
  • The repo now serves the correct build per OS version, so dependencies resolve properly
  • Debian and Ubuntu were never affected; RPM users on 2026.6.822.0 should refresh their repo config

A quiet little housekeeping release for Linux folks running WARP on RPM-based distros!