xml2vdr command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xml2vdr: command not found
or when using sudo you get the following error message
sudo: xml2vdr: command not found
Solutions to xml2vdr: command not found
How To Fix xml2vdr: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xml2vdr is provided by dvbtune package.
dvbtune is:
DVBtune is a simple application to allow the tuning of DVB cards supported by the Linux DVB driver.
It is still very experimental, especially the XML output.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dvbtune
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dvbtune.
sudo apt -y install dvbtune
Or if you have aptitude installed you can use the following command.
sudo aptitude install dvbtune
Summary
In this tutorial we learn how to fix xml2vdr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.