presentty command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
presentty: command not found
or when using sudo you get the following error message
sudo: presentty: command not found
Solutions to presentty: command not found
How To Fix presentty: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu presentty 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 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.