kaeru command not found

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

Introduction

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

kaeru: command not found

or when using sudo you get the following error message

sudo: kaeru: command not found

Solutions to kaeru: command not found

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

In Ubuntu kaeru is provided by nageru package.

nageru is:

Nageru (a pun on the Japanese verb nageru, meaning to throw or cast) is a live video mixer. It takes in inputs from one or more video cards (any DeckLink PCI card via Blackmagic’s drivers, and Intensity Shuttle USB3 and UltraStudio SDI USB3 cards via bmusb), mixes them together based on the operator’s desire and a theme written in Lua, and outputs a high-quality H.264 stream over TCP suitable for further transcoding and/or distribution.

Nageru aims to produce high-quality output, both in terms of audio and video, while still running on modest hardware.

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

sudo apt-get -y install nageru

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

You can also use apt command to install nageru.

sudo apt -y install nageru

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

sudo aptitude install nageru

Summary

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