fgallery command not found

In this troubleshooting guide we learn how to fix fgallery command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

fgallery: command not found

or when using sudo you get the following error message

sudo: fgallery: command not found

Solutions to fgallery: command not found

How To Fix fgallery: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu fgallery is provided by fgallery package.

fgallery is:

“fgallery” is a static photo gallery generator with no frills that has a stylish, minimalist look. “fgallery” shows your photos, and nothing else.

There is no server-side processing, only static generation. The resulting gallery can be uploaded anywhere without additional requirements and works with any modern browser.

  • Automatically orients pictures without quality loss.
  • Multi-camera friendly: automatically sorts pictures by time: just throw your (and your friends) photos and movies in a directory. The resulting gallery shows the pictures in seamless shooting order.
  • Adapts to the current screen size and proportions, switching from horizontal/vertical layout and scaling thumbnails automatically.
  • Includes original (raw) pictures in a zip file for downloading.
  • Panoramas can be seen full-size by default.

To fix this problem, we can install more using the command below.

sudo apt-get -y install fgallery

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install fgallery.

sudo apt -y install fgallery

Or if you have aptitude installed you can use the following command.

sudo aptitude install fgallery

Summary

In this tutorial we learn how to fix fgallery command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.