Welcome to apt.svtplay-dl.se
apt repo for debian / ubuntu
2026-06-28 apt repo moved to a new server
you might see an error message something like this:
E: Repository 'https://apt.svtplay-dl.se svtplay-dl InRelease' changed its 'Origin' value from '' to '. svtplay-dl'
to fix this run: apt-get update --allow-releaseinfo-change
or press Y on the question:
Do you want to accept these changes and continue updating from this repository? [y/N]
# Add the release PGP keys:
sudo curl -s https://svtplay-dl.se/release-key.txt --output /usr/share/keyrings/svtplay-dl.asc
# Add the "release" channel to your APT sources:
echo "deb [signed-by=/usr/share/keyrings/svtplay-dl.asc] https://apt.svtplay-dl.se/ svtplay-dl release" | sudo tee /etc/apt/sources.list.d/svtplay-dl.list
# Update and install svtplay-dl:
sudo apt-get update
sudo apt-get install svtplay-dl
you can access this repo via Tor: http://tmna6egrqaoklvdz.onion/
#to use this via tor you need to install "apt-transport-tor" package via apt-get
# you can grab the PGP key from: http://fjaxaamkhjoeuamm.onion/release-key.txt
cat release-key.txt | sudo apt-key add -
# Add the "release" channel to your APT sources:
echo "deb http://tmna6egrqaoklvdz.onion/ svtplay-dl release" | sudo tee /etc/apt/sources.list.d/svtplay-dl.list