tv_check command not found

In this troubleshooting guide we learn how to fix tv_check command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

tv_check: command not found

or when using sudo you get the following error message

sudo: tv_check: command not found

Solutions to tv_check: command not found

How To Fix tv_check: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu tv_check is provided by xmltv-gui package.

xmltv-gui is:

Gather television listings, process them and organize your viewing. XMLTV is a file format for storing TV listings, defined in xmltv.dtd.

This package includes the GUI (graphical user interface) front-end program tv_check.

To fix this problem, we can install more using the command below.

sudo apt-get -y install xmltv-gui

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install xmltv-gui.

sudo apt -y install xmltv-gui

Or if you have aptitude installed you can use the following command.

sudo aptitude install xmltv-gui

Summary

In this tutorial we learn how to fix tv_check command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.