Index of /

File Name  ↓ File Size  ↓ Date  ↓ 
-2026-Mar-29 19:37
-2026-Mar-29 19:37
-2026-Mar-29 19:37
-2026-Jun-17 20:05
-2026-Mar-29 19:37
-2026-Mar-29 19:37
11032026-Jul-17 19:40
7542026-Jul-17 19:40
8982482026-Jul-17 19:41
2212232026-Jun-18 17:51
11032026-Jul-17 19:40

Adding this repository

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.