mapivi command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mapivi: command not found
or when using sudo you get the following error message
sudo: mapivi: command not found
Solutions to mapivi: command not found
How To Fix mapivi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mapivi is provided by mapivi package.
mapivi is:
Cross-platform (UNIX, Mac OS X, and Windows) picture manager and organizer, Mapivi is a stand alone tool, there is no need for a web server, online access or a database.
Deals with EXIF data (like timestamp, camera model, focal length, exposure time, aperture, etc.), and is able to rename the pictures according to their internal date/time, to display and modify JPEG comments and to do lossless rotation.
The idea of using Mapivi as an picture organizer is to keep user, EXIF, and IPTC information where it belongs – in the pictures – as well in a searchable Mapivi database.
Mapivi is also able to do image processing. Mapivi serves here as a frontend (GUI) for many proven command line tools, like the Image Magick tools.
Home page: http://mapivi.de.vu/ or http://herrmanns-stern.de/ or http://sourceforge.net/projects/mapivi
To fix this problem, we can install more using the command below.
sudo apt-get -y install mapivi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mapivi.
sudo apt -y install mapivi
Or if you have aptitude installed you can use the following command.
sudo aptitude install mapivi
Summary
In this tutorial we learn how to fix mapivi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.