showfoto command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
showfoto: command not found
or when using sudo you get the following error message
sudo: showfoto: command not found
Solutions to showfoto: command not found
How To Fix showfoto: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu showfoto is provided by showfoto package.
showfoto is:
showFoto is the standalone image editor of the digiKam project.
It runs without digiKam images database support, but provides all Image Editor functions.
To fix this problem, we can install more using the command below.
sudo apt-get -y install showfoto
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install showfoto.
sudo apt -y install showfoto
Or if you have aptitude installed you can use the following command.
sudo aptitude install showfoto
Summary
In this tutorial we learn how to fix showfoto command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.