gnome-dvb-daemon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-dvb-daemon: command not found
or when using sudo you get the following error message
sudo: gnome-dvb-daemon: command not found
Solutions to gnome-dvb-daemon: command not found
How To Fix gnome-dvb-daemon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-dvb-daemon is provided by gnome-dvb-daemon package.
gnome-dvb-daemon is:
GNOME DVB Daemon is a GStreamer based daemon to setup your DVB devices, record and/or watch TV shows and browse EPG.
It can be controlled by any application via its D-Bus interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-dvb-daemon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-dvb-daemon.
sudo apt -y install gnome-dvb-daemon
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-dvb-daemon
Summary
In this tutorial we learn how to fix gnome-dvb-daemon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.