| File Name ↓ | File Size ↓ | Date ↓ | |
|---|---|---|---|
| unstable/ | - | 2026-Mar-29 19:37 | |
| trixie/ | - | 2026-Mar-29 19:37 | |
| resolute/ | - | 2026-Jun-17 20:05 | |
| questing/ | - | 2026-Mar-29 19:37 | |
| plucky/ | - | 2026-Mar-29 19:37 | |
| forky/ | - | 2026-Mar-29 19:37 | |
| ci.html.tmp662915 | 221223 | 2026-Jun-18 17:51 | |
| ci.html | 786375 | 2026-Jun-27 00:49 | |
| apt.bcachefs.org.pgp | 754 | 2026-Jun-27 00:48 | |
| apt.bcachefs.org.asc | 1103 | 2026-Jun-27 00:48 | |
sudo install -d -m 0755 /etc/apt/keyrings
wget -qO- https://apt.bcachefs.org/apt.bcachefs.org.asc | sudo tee /etc/apt/keyrings/apt.bcachefs.org.asc > /dev/null
sudo chmod 0644 /etc/apt/keyrings/apt.bcachefs.org.asc
# Fingerprint: EA483B991020C72A8A5035ADA0620B5E0E01C1DD
sudo tee /etc/apt/sources.list.d/apt.bcachefs.org.sources > /dev/null <<SOURCES
Types: deb deb-src
URIs: https://apt.bcachefs.org/unstable/
Suites: bcachefs-tools-release
Components: main
Signed-By: /etc/apt/keyrings/apt.bcachefs.org.asc
SOURCES
sudo apt update
sudo apt install bcachefs-tools
Note: For latest git master packages, replace bcachefs-tools-release with bcachefs-tools-snapshot.
Stable channel: Suites: bcachefs-tools-release
Snapshot/nightly channel: Suites: bcachefs-tools-snapshot
For more information, see the Debian third-party repository guide.
Binary .deb packages are signed with debsigs. Source artifacts can be verified using Rekor.