tintii command not found

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

Introduction

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

tintii: command not found

or when using sudo you get the following error message

sudo: tintii: command not found

Solutions to tintii: command not found

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

In Ubuntu tintii is provided by tintii package.

tintii is:

This package provides a tool for photo effects like hue shifting and selective color adjustments.

Tintii’s special feature is automatic detection of the major colors in a photo, making adjustments quicker and easier.

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

sudo apt-get -y install tintii

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

You can also use apt command to install tintii.

sudo apt -y install tintii

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

sudo aptitude install tintii

Summary

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