Dummy RPM to satisfy GUI dependencies for Cloudflare WARP on headless systems (e.g., Amazon Linux 2023).
cloudflare-warp depends on GUI libraries like:
- webkit2gtk3
- libappindicator-gtk3
These are not needed when running WARP in headless/server environments.
This package provides those dependencies virtually so dnf can proceed.
./build.shsudo dnf install -y ~/rpmbuild/RPMS/noarch/warp-headless-deps-dummy-*.rpmcurl -L -o /tmp/dummy.rpm https://raw.githubusercontent.com/<user>/<repo>/main/warp-headless-deps-dummy-1.0-1.noarch.rpm
dnf install -y /tmp/dummy.rpm
dnf install -y cloudflare-warp
Intended for headless systems only Do not use on desktop environments