svtplay-dl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
svtplay-dl: command not found
or when using sudo you get the following error message
sudo: svtplay-dl: command not found
Solutions to svtplay-dl: command not found
How To Fix svtplay-dl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu svtplay-dl is provided by svtplay-dl package.
svtplay-dl is:
svtplay-dl is a command line application for downloading videos from various online video websites, with a special focus on nordic or scandinavian services, like SVTplay, TV4play, Sveriges Radio, Aftonbladet, DR, NRK, RUV and more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install svtplay-dl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install svtplay-dl.
sudo apt -y install svtplay-dl
Or if you have aptitude installed you can use the following command.
sudo aptitude install svtplay-dl
Summary
In this tutorial we learn how to fix svtplay-dl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.