
18 Feb Install OpenShot on Linux
One of my friends asked me to install the video editing software on Linux, Mostly these video editing software is used windows user. But what about the Linux operating system there will also be editing software, So I searched for that and I found OpenShot for Linux.
You can install by two methods
1 Direct download package
2 Through command Line
So for direct Download, you can go on open shot web site and download from there a file. or also you can download it from here by click on open shot

This provides the latest builds of OpenShot — v2.2 at the time of writing this — for Ubuntu 14.04 LTS, 16.04 LTS, 16.10 and (already) 17.04
For installing through the command line you have to open a new command line and paste these two-line,
sudo add-apt-repository ppa:openshot.developers/ppa
Next, refresh your package lists and install the app
sudo apt update && sudo apt install openshot-qt
Finally, launch the app from the Unity Dash (or equivalent application launcher).
If you find any error related to linux just comment here i will help you …
3 Comments