tetradraw command not found

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

Introduction

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

tetradraw: command not found

or when using sudo you get the following error message

sudo: tetradraw: command not found

Solutions to tetradraw: command not found

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

In Ubuntu tetradraw is provided by tetradraw package.

tetradraw is:

tetradraw is an easy to use drawing utility that gives you an ease access to the high characters like smileys, card signs and the well known single and double frame line characters but much more. Also the changing of foreground and background colors is not hard to do.

tetraview is the viewer for such produced images.

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

sudo apt-get -y install tetradraw

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

You can also use apt command to install tetradraw.

sudo apt -y install tetradraw

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

sudo aptitude install tetradraw

Summary

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