igal2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
igal2: command not found
or when using sudo you get the following error message
sudo: igal2: command not found
Solutions to igal2: command not found
How To Fix igal2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu igal2 is provided by igal2 package.
igal2 is:
iGal2 is a Perl-based program that can generate an entire online picture show (HTML slides, thumbnails and index page included) with just one command line invocation.
iGal2 is a major rewrite of iGal (which is no longer maintained) and introduces various new features and capabilities.
To fix this problem, we can install more using the command below.
sudo apt-get -y install igal2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install igal2.
sudo apt -y install igal2
Or if you have aptitude installed you can use the following command.
sudo aptitude install igal2
Summary
In this tutorial we learn how to fix igal2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.