olive-editor command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
olive-editor: command not found
or when using sudo you get the following error message
sudo: olive-editor: command not found
Solutions to olive-editor: command not found
How To Fix olive-editor: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu olive-editor 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-editor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.