convertdvbdb command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
convertdvbdb: command not found
or when using sudo you get the following error message
sudo: convertdvbdb: command not found
Solutions to convertdvbdb: command not found
How To Fix convertdvbdb: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu convertdvbdb is provided by dvbstreamer package.
dvbstreamer is:
DVBStreamer is a console based application to stream DVB/ATSC service(s) over UDP or to a file. It is more that just an app to stream AV though and feature a simple plugin architecture to allow more features to be added.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dvbstreamer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dvbstreamer.
sudo apt -y install dvbstreamer
Or if you have aptitude installed you can use the following command.
sudo aptitude install dvbstreamer
Summary
In this tutorial we learn how to fix convertdvbdb command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.