impressive-gettransitions command not found

In this troubleshooting guide we learn how to fix impressive-gettransitions command not found error message

Introduction

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

impressive-gettransitions: command not found

or when using sudo you get the following error message

sudo: impressive-gettransitions: command not found

Solutions to impressive-gettransitions: command not found

How To Fix impressive-gettransitions: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu impressive-gettransitions is provided by impressive package.

impressive is:

Impressive is a program that displays presentation slides using OpenGL. Smooth alpha-blended slide transitions are provided for the sake of eye candy, but in addition to this, Impressive offers some unique tools that are really useful for presentations. Some of them are:

  • Overview screen
  • Highlight boxes
  • Spotlight effect
  • Presentation scripting and customization
  • Support of movies presentation
  • Active hyperlinks within PDFs

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

sudo apt-get -y install impressive

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

You can also use apt command to install impressive.

sudo apt -y install impressive

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

sudo aptitude install impressive

Summary

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