patat command not found

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

Introduction

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

patat: command not found

or when using sudo you get the following error message

sudo: patat: command not found

Solutions to patat: command not found

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

In Ubuntu patat is provided by patat package.

patat is:

patat (Presentations Atop The ANSI Terminal) is a small tool that allows you to show presentations using only an ANSI terminal. It does not require ncurses.

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

sudo apt-get -y install patat

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

You can also use apt command to install patat.

sudo apt -y install patat

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

sudo aptitude install patat

Summary

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