Debian Fast Track

Instructions for bullseye system

Note: You will need bullseye-backports enabled, see backports website for instructions.

Import fasttrack archive keyring:

# apt install fasttrack-archive-keyring

Add following lines to /etc/apt/sources.list.d/fasttrack.sources on your system:

Types: deb
URIs: https://fasttrack.debian.net/debian-fasttrack
Suites: bullseye-fasttrack bullseye-backports-staging
Components: main contrib
Signed-By: /etc/apt/trusted.gpg.d/fasttrack-archive-keyring.gpg

If you cannot use https, add the following instead:

Types: deb
URIs: http://fasttrack.debian.net/debian-fasttrack
Suites: bullseye-fasttrack bullseye-backports-staging
Components: main contrib
Signed-By: /etc/apt/trusted.gpg.d/fasttrack-archive-keyring.gpg

If you previously added fasttrack repository to the legacy /etc/apt/sources.list file, remove it:

# sed -i '/fasttrack.debian.net/d' /etc/apt/sources.list