minitube command not found

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

Introduction

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

minitube: command not found

or when using sudo you get the following error message

sudo: minitube: command not found

Solutions to minitube: command not found

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

In Ubuntu minitube is provided by minitube package.

minitube is:

Minitube is a native YouTube client. With it you can watch YouTube videos in a new way: you type a keyword, Minitube gives you an endless video stream.

Minitube does not require the Flash Player.

Minitube is not about cloning the original YouTube web interface, it aims to create a new TV-like experience.

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

sudo apt-get -y install minitube

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

You can also use apt command to install minitube.

sudo apt -y install minitube

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

sudo aptitude install minitube

Summary

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