futatabi command not found

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

Introduction

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

futatabi: command not found

or when using sudo you get the following error message

sudo: futatabi: command not found

Solutions to futatabi: command not found

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

In Ubuntu futatabi is provided by futatabi package.

futatabi is:

Futatabi is a video server and multitrack recorder, made to work in tandem with Nageru. It can record multiple video tracks in sync and play back selected clips from them in slow motion. Futatabi uses GPU-based interpolation to provide smooth motion without the use of a high-speed camera (the quality will depend on the type of content and on the speed of the GPU in use).

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

sudo apt-get -y install futatabi

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

You can also use apt command to install futatabi.

sudo apt -y install futatabi

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

sudo aptitude install futatabi

Summary

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