photopc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
photopc: command not found
or when using sudo you get the following error message
sudo: photopc: command not found
Solutions to photopc: command not found
How To Fix photopc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu photopc is provided by photopc package.
photopc is:
This is a library and a command-line frontend to manipulate digital still cameras based on Fujitsu chipset and Sierra Imaging firmware. The program is known to work with Agfa, Epson and Olympus cameras. Should also work with Sanyo, but this is untested.
To fix this problem, we can install more using the command below.
sudo apt-get -y install photopc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install photopc.
sudo apt -y install photopc
Or if you have aptitude installed you can use the following command.
sudo aptitude install photopc
Summary
In this tutorial we learn how to fix photopc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.