Instructions
Create a file named /etc/apt/sources.list.d/captainblood.sources
with the following contents:
# Captain Blood public repository
Types: deb
URIs: http://deb.captainblood.org/debian
Suites: bookworm bookworm-backports bookworm-backports-sloppy
Components: main contrib non-free
Signed-By:
-----BEGIN PGP PUBLIC KEY BLOCK-----
.
mQINBFbNlWIBEAC1Ek9fGnSkIBRwhvHFUPzbZ1b5HQxyXeXHVRR0hsRn4YNaMd4x
xOgmgStnUghtWUb1uXZpWEx9ZhKLHMVZoJJSy+hmc4TjmNAg3+g7clxaFxirj9ZR
q/GiMQsaQh0HucEIlKtXRACuUxq4DLliaaHjmrLOtU3fA7UENBq2SjegV36RmAcF
bHdLPgjuvEQekwZsHH1dOPms/nYCExLP02bpkzxU99XRjvzd+ajgcEW5AvNou2bY
XO2YB2lkhXkmoTt5gB7EcQ8oa4EfZTYJETkH8AQ53Coq+X9z9R5yuhZn+SPADFnB
uHSIqY2nmQ+ER2mr4UiTA2iwk66st+bs3Y00BzSWn9XwnKQxZXoic+bpdJSyRRfn
7bp9jM2gJdZSGDLyU4B9fC1IxwDmfzkWk1Vl79o8CgDHnJNw3NqoAzEdyBBKWu4g
Xu6iEbSQa9o4DvNXjs4MaCcqDRaa4bICVqk+HaAVuV2R9pOfaVeoOxHUi46jMqk3
jTb5b0N5GslOoQKfr2cbljY7nntBUIYesKP8zD2cV7C8nggLTI3KqnljA0dHBR16
AUAat2VKCHxqN8YEj99y7bRSQ1ftaqsQn1ecz4US8rOhBnICF+Flf5ve6XPA+A6s
i0TR9wRcIG+OmrB9pmVX0y/PHkeXroOCtC0I2UPqPFJiv747ziLnN1VjpwARAQAB
tEZDYXB0YWluIEJsb29kIEFyY2hpdmUgQXV0b21hdGljIFNpZ25pbmcgS2V5IDxy
YXBoYWVsLmhhbGltaUBnbWFpbC5jb20+iQJUBBMBCgA+AhsDBQsJCAcDBRUKCQgL
BRYDAgEAAh4BAheAFiEEONj/GFc5tpxPvFkM+WnAQHEUsMIFAmdMwcEFCRKH7N8A
CgkQ+WnAQHEUsML0Sw/+NVgGtFOvFKEEIpEIquXCHVvwJS7rqI+fViBPgBMeHqwh
gZa0XrHF2GT7LTdNLBYm6wJ8kFkA1qh+u5N7lhrsWQLSCqdTvXhwKRCAvXRQhopT
yw2VLVSN6r1gbTYzLWPb6iahqEyf5Ebd5JgdgPgkWof+NhoEMFkQP8F4fee6OSBy
tfAWrjkVvmUrTYiLjG/jEvcKbSjxozZnfqR5zKn9zMZV5TzepXMsIt6qeWyaWwHC
nH5TqMX1CmPtF6c1s9SZ1X9RAZgoi3KHfGIzA+ZuTJjsye8qiT1LVZDCcrzNixh1
mjhTdtJ+p9r4govVlscsmhIORdZvt8NlZsZi+Y94W/uXtRLPgx1tdMw+uU/Fba6V
hqXajkYmN17nX0yT27Rgmhn+vMxg9o85RbgQ6WCBoS7EayfPctnMcRQzCtF2NoSf
dkAen2Pg6WdZKbRIVrpnFSAZyrFFYsyOz6rHdf1qH5SceJPIg8MfmpWAJEPzI1yf
DokCfFcILDBu4ayIAmh9tc99T3FNKeQd+o4oTeqkO7RwqKxk1VXyBTPStE0xF+ga
1jhNe1L8Dv5lah0RiaxVzcXLG7EVijfoAPt1JpdIlL70S1wolps8aJHXSe4L8gfj
qxEj8VuSAjwKFBRGdW2VBl6SeHNL0D28Cl1V+euTMLqy5Qt5pzi8PCmW5eerg4Q=
=qH6v
-----END PGP PUBLIC KEY BLOCK-----
If you use a release other that bookworm
, replace it in the Suites:
line with the codename of the release you are using (bullseye
, buster
…). You can use suite names if you prefer (stable
, testing
…).
For sid
, use:
Suites: sid experimental
If you also want to use the source packages, append deb-src
to the Types:
line:
Types: deb deb-src
After that, update the APT cache:
sudo apt update
Install the keyring package:
sudo apt install captainblood-archive-keyring
Then edit the file /etc/apt/sources.list.d/captainblood.sources
, remove the whole PGP block (which expires at the end of each year), and append the PGP key file name to the Signed-By:
line:
Signed-By: /usr/share/keyrings/captainblood-archive-keyring.gpg
Notes
- This repository is for Debian only, not for Ubuntu
- Some packages may not be available for all suites
- Some packages may contain material which is not free to redistribute; if you are the legal owner of some of this material and want it removed, please contact me before suing :-P