llgal command not found
In this troubleshooting guide we learn how to fix llgal command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
llgal: command not found
or when using sudo you get the following error message
sudo: llgal: command not found
Solutions to llgal: command not found
How To Fix llgal: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu llgal is provided by llgal package.
llgal is:
llgal is a online gallery generator for images, videos, … It is based on igal and adds multiple features including:
- various types of slides (movies, text, links, downloads and subdirs);
- addition of headers, footers, links and separators in generated HTML files;
- automatic generation of captions from JFIF, GIF or EXIF tags;
- highly configurable layout. The llgal interface is command line only. Its purpose is to generates nice web-pages quickly, using very simple but standard XHTML/CSS code, without requiring anything like php or javascript.
To fix this problem, we can install more using the command below.
sudo apt-get -y install llgal
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install llgal.
sudo apt -y install llgal
Or if you have aptitude installed you can use the following command.
sudo aptitude install llgal
Summary
In this tutorial we learn how to fix llgal command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.