Debian repository

Software in this repository:

Third party software:

Add to your system

echo "deb [arch=amd64] https://deb.rkslot.nl any main" | sudo tee /etc/apt/sources.list.d/derkades.list > /dev/null
wget -qO - https://deb.rkslot.nl/derkades.asc | sudo tee /etc/apt/trusted.gpg.d/derkades.asc
sudo apt update

Notes

Old repository domain

Previously, the repository used the domain deb.derkad.es, if you still use that domain please update it to deb.rkslot.nl. The old domain has stopped working in March 2023.

Replacing legacy apt-key GPG key

Warning during apt update:

W: https://deb.rkslot.nl/dists/any/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

Fix:

sudo apt-key del "F189 0914 5E76 CB96 A8E8  567E 6169 8B0C F7CA 74DE"
wget -qO - https://deb.rkslot.nl/derkades.asc | sudo tee /etc/apt/trusted.gpg.d/derkades.asc
sudo apt update