Repositories
To use our repositories, follow the instructions below: Set up the APT configuration and import our signing key.
Normally, if you have installed from a BL installation ISO, you ought not to have to do any of the steps below which probably interest people wishing to pull BL packages into a vanilla Debian system.
Repository URLs (sources.list entries)
Add any applicable source entries to /etc/apt/sources.list.d/bunsen.list
:
Maintained | Release(s) | Repository | Architectures | sources.list entry |
---|---|---|---|---|
✓ | Boron | boron | amd64, i386, armhf, arm64 | deb http://pkg.bunsenlabs.org/debian boron main |
✓ | Boron | bookworm-backports | amd64, i386 | deb http://pkg.bunsenlabs.org/debian bookworm-backports main |
✓ | Beryllium | beryllium | amd64, i386, armhf, arm64 | deb http://pkg.bunsenlabs.org/debian beryllium main |
✓ | Beryllium | bullseye-backports | amd64, i386 | deb http://pkg.bunsenlabs.org/debian bullseye-backports main |
You can view and search the contents of the repository here.
Repo signing key
The preferred method for installing our archive key on your system is using the provided keyring package. Installing the package automatically injects the key into the correct location on a Debian-based system.
- Select and download the latest
bunsen-keyring
package for your distribution. - Install the package:
sudo apt install /path/to/the/downloaded/package
sudo apt-get update
After performing these steps, you can install bunsen-*
packages. See the online catalog for available packages, or use the apt search bunsen-*
command to search your local package cache.
HTTPS transport
As of the BL Beryllium release, using the HTTPS transport is the default.