presentty-console command not found

In this troubleshooting guide we learn how to fix presentty-console command not found error message

Introduction

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

presentty-console: command not found

or when using sudo you get the following error message

sudo: presentty-console: command not found

Solutions to presentty-console: command not found

How To Fix presentty-console: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu presentty-console is provided by presentty package.

presentty is:

Presentty is a console-based presentation program where slides are authored in reStructuredText. Its features include, but are not limited to: Cross-fade animations, progressive list display, panning transitions, syntax highlighting, Cowsay and figlet integration, ANSI art, JPEG display.

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

sudo apt-get -y install presentty

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

You can also use apt command to install presentty.

sudo apt -y install presentty

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

sudo aptitude install presentty

Summary

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