photocollage command not found

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

Introduction

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

photocollage: command not found

or when using sudo you get the following error message

sudo: photocollage: command not found

Solutions to photocollage: command not found

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

In Ubuntu photocollage is provided by photocollage package.

photocollage is:

PhotoCollage allows you to create photo collage posters. It assembles the input photographs it is given to generate a big poster. Photos are automatically arranged to fill the whole poster, then you can change the final layout, dimensions, border or swap photos in the generated grid. Eventually the final poster image can be saved in any size.

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

sudo apt-get -y install photocollage

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

You can also use apt command to install photocollage.

sudo apt -y install photocollage

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

sudo aptitude install photocollage

Summary

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