| File Name ↓ | File Size ↓ | Date ↓ |
|---|---|---|
| forky/ | - | 2025-Oct-09 20:09 |
| plucky/ | - | 2025-Oct-09 20:09 |
| questing/ | - | 2025-Oct-09 20:10 |
| trixie/ | - | 2025-Oct-09 20:10 |
| unstable/ | - | 2025-Oct-09 20:10 |
| dists/ | - | 2025-Oct-12 00:24 |
| public/ | - | 2025-Oct-12 00:24 |
| apt.bcachefs.org.asc | 1103 | 2025-Nov-04 18:01 |
To add this repository to your computer, do:
wget -qO- https://apt.bcachefs.org/apt.bcachefs.org.asc | sudo tee /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
# Fingerprint: EA483B991020C72A8A5035ADA0620B5E0E01C1DD
sudo cat > /etc/apt/sources.list.d/apt.bcachefs.org.sources <<EOS
Types: deb deb-src
URIs: https://apt.bcachefs.org/unstable/
# Or replace unstable with your distro's release name
Suites: bcachefs-tools-release
Components: main
Signed-By: /etc/apt/trusted.gpg.d/apt.bcachefs.org.asc
EOS
sudo apt update
sudo apt install bcachefs-toolsNOTE: This will give you packages for the latest release of
bcachefs-tools. If you need packages for the latestgit mastercommit, replacebcachefs-tools-releasewithbcachefs-tools-snapshot.
Or you can use add-apt-repository tool. Stable
channel:
sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-release main"If you feel like living dangerously, there’s also nightly/snapshot packages:
sudo add-apt-repository "deb https://apt.bcachefs.org/unstable bcachefs-tools-snapshot main"If you want to ensure that the packages from this repository are always preferred, do:
mkdir -p /etc/apt/preferences.d
sudo cat > /etc/apt/preferences.d/apt.bcachefs.org.pref <<EOP
Package: *
Pin: origin apt.bcachefs.org
Pin-Priority: 1000
EOPNOTE: Note that yes, you should always prefer
Pin: origin <hostname>, overPin: release o=<origin>, because pinning by origin will actually pin by the full hostname of APT repository, whereas any repository can claim anything in it’sOrigin:field, and thus pinning by origin label is inherently insecure!
For more information, see: https://wiki.debian.org/DebianRepository/UseThirdParty
Source, Debian tarballs, dsc files and binary .deb
packages can be verified using https://github.com/sigstore/rekor.
Binary .deb packages are signed with debsigs.