Install on Linux
For any Linux
# download with curl
sudo curl -L https://svtplay-dl.se/download/latest/svtplay-dl -o /usr/local/bin/svtplay-dl
# make it executable
sudo chmod a+rx /usr/local/bin/svtplay-dl
# Install ffmpeg via your package manager Debian and Ubuntu
The included repository in Debian and Ubuntu could sometimes be lagging behind. The
recommended way is to use our own
repo.
# Add the PGP release keys:
sudo curl -s https://svtplay-dl.se/release-key.txt --output /usr/share/keyrings/svtplay-dl.txt
# Add the release channel to your APT sources:
echo "deb [signed-by=/usr/share/keyrings/svtplay-dl.txt] https://apt.svtplay-dl.se/ svtplay-dl release" | sudo tee /etc/apt/sources.list.d/svtplay-dl.list
# Update and install svtplay-dl and ffmpeg so it can merge audio and video files into one file:
sudo apt update
sudo apt install svtplay-dl ffmpeg Solus
svtplay-dl is avaliable in the stable repository of
Solus and can be installed by
running:
sudo eopkg it svtplay-dl From source
See the
Install from source
page