freetuxtv command not found

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

Introduction

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

freetuxtv: command not found

or when using sudo you get the following error message

sudo: freetuxtv: command not found

Solutions to freetuxtv: command not found

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

In Ubuntu freetuxtv is provided by freetuxtv package.

freetuxtv is:

FreetuxTV is a media player for watching and recording TV on a PC. It gives access to a large and growing database of free WebTV, WebRadio, and WebCam channels in more than 20 languages, along with television services provided by ISPs to their subscribers.

It relies on VLC for its multimedia codecs.

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

sudo apt-get -y install freetuxtv

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

You can also use apt command to install freetuxtv.

sudo apt -y install freetuxtv

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

sudo aptitude install freetuxtv

Summary

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