flowblade command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
flowblade: command not found
or when using sudo you get the following error message
sudo: flowblade: command not found
Solutions to flowblade: command not found
How To Fix flowblade: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu flowblade is provided by flowblade package.
flowblade is:
Flowblade Movie Editor is designed to provide a fast, precise and as-simple-as-possible editing experience.
Flowblade employs film style editing paradigm in which clips are usually automatically placed tightly after the previous clip - or between two existing clips - when they are inserted on the timeline. Edits are fine-tuned by trimming in and out points of clips, or by cutting and deleting parts of clips. Film style editing is faster for creating programs with mostly straight cuts and audio splits, but may be slower when programs contain complex composites unless correct work flow is followed.
To fix this problem, we can install more using the command below.
sudo apt-get -y install flowblade
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install flowblade.
sudo apt -y install flowblade
Or if you have aptitude installed you can use the following command.
sudo aptitude install flowblade
Summary
In this tutorial we learn how to fix flowblade command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.