pdf_presenter_console command not found

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

Introduction

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

pdf_presenter_console: command not found

or when using sudo you get the following error message

sudo: pdf_presenter_console: command not found

Solutions to pdf_presenter_console: command not found

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

In Ubuntu pdf_presenter_console is provided by pdf-presenter-console package.

pdf-presenter-console is:

PPC is a viewer for PDF which uses Keynote-like multi-monitor output to provide meta information to the speaker. It can show a normal presentation window on one screen and a more sophisticated overview on the other, with information like a picture of the next slide and a clock with the time remaining.

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

sudo apt-get -y install pdf-presenter-console

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

You can also use apt command to install pdf-presenter-console.

sudo apt -y install pdf-presenter-console

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

sudo aptitude install pdf-presenter-console

Summary

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