pinpoint command not found

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

Introduction

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

pinpoint: command not found

or when using sudo you get the following error message

sudo: pinpoint: command not found

Solutions to pinpoint: command not found

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

In Ubuntu pinpoint is provided by pinpoint package.

pinpoint is:

Pinpoint is a simple presentation tool that uses a plain text file as input. It supports specifying the text position, styling the text, using images or videos as background for slides, embedding commands to be run on specific slides, a speaker view window, and other nice features.

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

sudo apt-get -y install pinpoint

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

You can also use apt command to install pinpoint.

sudo apt -y install pinpoint

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

sudo aptitude install pinpoint

Summary

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