kino command not found

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

Introduction

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

kino: command not found

or when using sudo you get the following error message

sudo: kino: command not found

Solutions to kino: command not found

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

In Ubuntu kino is provided by kino package.

kino is:

Kino allows you to record, create, edit, and play movies recorded with DV camcorders. This program uses many keyboard commands for fast navigating and editing inside the movie.

The kino-timfx, kino-dvtitler and kinoplus sets of plugins, formerly distributed as separate packages, are now provided with Kino.

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

sudo apt-get -y install kino

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

You can also use apt command to install kino.

sudo apt -y install kino

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

sudo aptitude install kino

Summary

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