| File Name ↓ | File Size ↓ | Date ↓ | |
|---|---|---|---|
| forky/ | - | 2026-Mar-29 19:37 | |
| plucky/ | - | 2026-Mar-29 19:37 | |
| questing/ | - | 2026-Mar-29 19:37 | |
| resolute/ | - | 2026-Jun-17 20:05 | |
| trixie/ | - | 2026-Mar-29 19:37 | |
| unstable/ | - | 2026-Mar-29 19:37 | |
| apt.bcachefs.org.asc | 1103 | 2026-Jul-17 19:40 | |
| apt.bcachefs.org.pgp | 754 | 2026-Jul-17 19:40 | |
| ci.html | 898248 | 2026-Jul-17 19:41 | |
| ci.html.tmp662915 | 221223 | 2026-Jun-18 17:51 | |
| signing-key.asc | 1103 | 2026-Jul-17 19:40 | |
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/$(. /etc/os-release && echo ${VERSION_CODENAME})/
Suites: bcachefs-tools-release
Components: main
Signed-By: /etc/apt/keyrings/apt.bcachefs.org.asc
SOURCES
sudo apt update
sudo apt install bcachefs-tools
Important: packages are built per distribution — the URI must
name your release codename (the snippet above fills it in from
/etc/os-release). Repositories exist for the directories listed
above (e.g. trixie, forky, plucky,
questing, resolute); unstable is built
against Debian sid and its dependencies will often not be installable on
stable releases. If you previously configured this repo with
unstable in the URI and you're not on sid, edit
/etc/apt/sources.list.d/apt.bcachefs.org.sources and replace it
with your codename.
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.