photofilmstrip-cli command not found

In this troubleshooting guide we learn how to fix photofilmstrip-cli command not found error message

Introduction

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

photofilmstrip-cli: command not found

or when using sudo you get the following error message

sudo: photofilmstrip-cli: command not found

Solutions to photofilmstrip-cli: command not found

How To Fix photofilmstrip-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu photofilmstrip-cli is provided by photofilmstrip package.

photofilmstrip is:

This creates movies out of your pictures in just three steps. First select your photos, customize the motion path and render the video. There are several output possibilities for VCD, SVCD, DVD up to FULL-HD and even 4k.

The effect of the slideshow is known as “Ken Burns”. Comments of the pictures are generated into a subtitle file. Furthermore audio files can be specified to setup the background music for the slide show.

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

sudo apt-get -y install photofilmstrip

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

You can also use apt command to install photofilmstrip.

sudo apt -y install photofilmstrip

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

sudo aptitude install photofilmstrip

Summary

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