projecteur command not found

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

Introduction

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

projecteur: command not found

or when using sudo you get the following error message

sudo: projecteur: command not found

Solutions to projecteur: command not found

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

In Ubuntu projecteur is provided by projecteur package.

projecteur is:

Projecteur is a virtual laser pointer for use with inertial pointers such as the Logitech Spotlight. Projecteur can show a colored dot, a highlighted circle or a zoom effect to act as a pointer. The location of the pointer moves in response to moving the handheld pointer device. The effect is much like that of a traditional laser pointer, except that it is captured by recording software and works across multiple screens.

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

sudo apt-get -y install projecteur

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

You can also use apt command to install projecteur.

sudo apt -y install projecteur

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

sudo aptitude install projecteur

Summary

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