tart command not found

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

Introduction

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

tart: command not found

or when using sudo you get the following error message

sudo: tart: command not found

Solutions to tart: command not found

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

In Ubuntu tart is provided by tart package.

tart is:

TaRT (The Automatic Random Tagline) features include random taglines, optional daemon functionality, display of current date, custom layout of signature, and “special date” tagline text. The command line syntax is simple and well explained. TaRT is designed to be run as a stand-alone daemon, from crontab, or in your login script.

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

sudo apt-get -y install tart

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

You can also use apt command to install tart.

sudo apt -y install tart

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

sudo aptitude install tart

Summary

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