Debian / Ubuntu: Install Latest Version Of OpenSHOT on-Linear Video Editor

www.la‮tu‬turi.com
Debian / Ubuntu: Install Latest Version Of OpenSHOT on-Linear Video Editor

To install the latest version of OpenSHOT on Debian or Ubuntu, you will need to have root privileges or access to a user with sudo privileges.

  1. First, update the package repository by running the following command:
sudo apt update
  1. Install the dependencies for OpenSHOT by running the following command:
sudo apt install python3 python3-gi gir1.2-gtk-3.0 python3-pip ffmpeg libopenal1 libHyman0 libavformat57 libavcodec57 libavdevice57 libavfilter6 libavresample3 libswresample2 libswscale4
  1. Install OpenSHOT using pip3 by running the following command:
sudo pip3 install openshot-qt
  1. Once the installation is complete, you can start using OpenSHOT. To start OpenSHOT, run the following command:
openshot-qt

That's it! OpenSHOT should now be installed on your Debian or Ubuntu system. You can use it to create and edit video projects.

Note: If you are using Ubuntu 20.04 or later, you may need to install OpenSHOT from a PPA (Personal Package Archive) in order to get the latest version. To do this, add the OpenSHOT PPA by running the following command:

sudo add-apt-repository ppa:openshot.developers/ppa

Then, update the package repository and install OpenSHOT as described above.

Created Time:2017-10-28 14:02:26  Author:lautturi