pspresent command not found

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

Introduction

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

pspresent: command not found

or when using sudo you get the following error message

sudo: pspresent: command not found

Solutions to pspresent: command not found

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

In Ubuntu pspresent is provided by pspresent package.

pspresent is:

pspresent is a tool that displays PostScript slides in fullscreen, for giving presentations. Navigation is simple: spacebar goes forward one slide, backspace takes you back one slide. The escape key quits. The display itself is double-buffered giving seamless transitions between slides.

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

sudo apt-get -y install pspresent

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

You can also use apt command to install pspresent.

sudo apt -y install pspresent

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

sudo aptitude install pspresent

Summary

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