mediathekview command not found

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

Introduction

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

mediathekview: command not found

or when using sudo you get the following error message

sudo: mediathekview: command not found

Solutions to mediathekview: command not found

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

In Ubuntu mediathekview is provided by mediathekview package.

mediathekview is:

This application searches for various media center video content of the German television program (ARD, ZDF, Arte, 3Sat, MDR, ORF, SRF and many more). You can watch, download and even subscribe to an offered show.

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

sudo apt-get -y install mediathekview

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

You can also use apt command to install mediathekview.

sudo apt -y install mediathekview

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

sudo aptitude install mediathekview

Summary

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