pinhole command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pinhole: command not found
or when using sudo you get the following error message
sudo: pinhole: command not found
Solutions to pinhole: command not found
How To Fix pinhole: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pinhole is provided by pinhole package.
pinhole is:
Camera is a GNOME application for taking photos and videos with your camera. It is designed to work well on mobile Linux devices but it will run on any Linux computer with a connected camera.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pinhole
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pinhole.
sudo apt -y install pinhole
Or if you have aptitude installed you can use the following command.
sudo aptitude install pinhole
Summary
In this tutorial we learn how to fix pinhole command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.