termit command not found

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

Introduction

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

termit: command not found

or when using sudo you get the following error message

sudo: termit: command not found

Solutions to termit: command not found

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

In Ubuntu termit is provided by termit package.

termit is:

Support features like multiple tabs, switching encodings, sessions, configurable keybindings, embedded Lua language and xterm-like dynamic window title

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

sudo apt-get -y install termit

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

You can also use apt command to install termit.

sudo apt -y install termit

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

sudo aptitude install termit

Summary

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