tilda command not found

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

Introduction

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

tilda: command not found

or when using sudo you get the following error message

sudo: tilda: command not found

Solutions to tilda: command not found

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

In Ubuntu tilda is provided by tilda package.

tilda is:

Tilda is a terminal emulator similar to normal terminals like gnome-terminal (GNOME) or Konsole (KDE), with the difference that it drops down from the edge of a screen when a certain configurable hotkey is pressed. This is similar to the build-in consoles in games such as Quake or Half-live. Tilda is highly configureable through a graphical wizard.

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

sudo apt-get -y install tilda

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

You can also use apt command to install tilda.

sudo apt -y install tilda

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

sudo aptitude install tilda

Summary

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