tupi command not found

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

Introduction

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

tupi: command not found

or when using sudo you get the following error message

sudo: tupi: command not found

Solutions to tupi: command not found

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

In Ubuntu tupi is provided by tupi package.

tupi is:

Tupi: 2D Magic is a design and authoring tool for digital artists interested in 2D Animation, offering an interface experience focused on 8-100 years old kids. It’s source code is based on the KTooN project.

Some of its main features are: basic illustration tools (shapes, fill, text), gradient tools, onion skin, brushes editor, pencil with smoothness support, basic object library (for svg files and raster images) and many others.

Using its modules of Animation and Reproduction you can export 2D projects to several formats as OGG, MPEG, AVI, MOV and SWF. Additionally, the option of exporting Image arrays as output is available.

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

sudo apt-get -y install tupi

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

You can also use apt command to install tupi.

sudo apt -y install tupi

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

sudo aptitude install tupi

Summary

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