apt.wheels.dev
Native Debian/Ubuntu repository for the Wheels CFML framework CLI.
Stable channel
curl -fsSL https://apt.wheels.dev/wheels.gpg \
| sudo tee /usr/share/keyrings/wheels.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/wheels.gpg] https://apt.wheels.dev stable main" \
| sudo tee /etc/apt/sources.list.d/wheels.list
sudo apt update && sudo apt 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.
curl -fsSL https://apt.wheels.dev/wheels.gpg \
| sudo tee /usr/share/keyrings/wheels.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/wheels.gpg] https://apt.wheels.dev bleeding-edge main" \
| sudo tee /etc/apt/sources.list.d/wheels-be.list
sudo apt update && sudo apt install wheels-be
Upgrading
sudo apt update && sudo apt upgrade wheels # or wheels-be
Signing key
The repository is signed with the Wheels project key. The public half is published at /wheels.gpg. The fingerprint is committed to the source repo in FINGERPRINT for offline verification.
Other platforms
- macOS:
brew install wheels— wheels-dev/homebrew-wheels - Windows:
scoop install wheels— wheels-dev/scoop-wheels - Fedora/RHEL:
dnf install wheels— yum.wheels.dev