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.
sudo apt update
sudo apt install python3 python3-gi gir1.2-gtk-3.0 python3-pip ffmpeg libopenal1 libHyman0 libavformat57 libavcodec57 libavdevice57 libavfilter6 libavresample3 libswresample2 libswscale4
sudo pip3 install openshot-qt
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.