Software in this repository:
raphson-music-server
: Raphson music player serverraphson-music-headless
: Headless music player for Raphson music playertahoe-upload
: File upload program for Tahoe-LAFS, part of tahoe-pyfuse3tahoe-upload-static
: File upload program for Tahoe-LAFS (static build), part of tahoe-pyfuse3tahoe-mount
: FUSE mount client for Tahoe-LAFS, part of tahoe-pyfuse3tahoe-mount-static
: FUSE mount client for Tahoe-LAFS (static build), part of tahoe-pyfuse3Third party software:
runitor
: Runitor by Berk D. Demirjd-gui
: Java decompilerecho "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
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.
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