pitivi command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pitivi: command not found
or when using sudo you get the following error message
sudo: pitivi: command not found
Solutions to pitivi: command not found
How To Fix pitivi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pitivi is provided by pitivi package.
pitivi is:
GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins.
PiTiVi allows users to easily edit audio/video projects based on the GStreamer framework. PiTIVi provides several ways of creating and modifying a timeline. Ranging from a simple synopsis view (a-la iMovie) to the full-blown editing view (aka Complex View) which puts you in complete control of your editing.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pitivi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pitivi.
sudo apt -y install pitivi
Or if you have aptitude installed you can use the following command.
sudo aptitude install pitivi
Summary
In this tutorial we learn how to fix pitivi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.