pdf-presenter-console command not found
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.