olive-crashhandler command not found

In this troubleshooting guide we learn how to fix olive-crashhandler command not found error message

Introduction

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

olive-crashhandler: command not found

or when using sudo you get the following error message

sudo: olive-crashhandler: command not found

Solutions to olive-crashhandler: command not found

How To Fix olive-crashhandler: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu olive-crashhandler is provided by olive-editor package.

olive-editor is:

This is a free non-linear video editor. It provides sensible cutting tools, and basic FX animation. There are solic color and title generators, for cutting it has tools like Razor, Ripple, Slide, and Slip.

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

sudo apt-get -y install olive-editor

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

You can also use apt command to install olive-editor.

sudo apt -y install olive-editor

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

sudo aptitude install olive-editor

Summary

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