geeqie command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
geeqie: command not found
or when using sudo you get the following error message
sudo: geeqie: command not found
Solutions to geeqie: command not found
How To Fix geeqie: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu geeqie is provided by geeqie package.
geeqie is:
Geeqie is a browser for graphics files offering single click viewing of your graphics files. It includes thumbnail view, zoom, filtering features and external editor support.
To fix this problem, we can install more using the command below.
sudo apt-get -y install geeqie
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install geeqie.
sudo apt -y install geeqie
Or if you have aptitude installed you can use the following command.
sudo aptitude install geeqie
Summary
In this tutorial we learn how to fix geeqie command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.