Open In App

How to Install OpenShot in Ubuntu

Last Updated : 02 Jun, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

For Windows, macOS, Linux, and Chrome OS, OpenShot Video Editor is a free and open-source video editor. Jonathan Thomas launched the project in August 2008 with the goal of creating a reliable, free, and user-friendly video editor. Since version 2.1.0, the software has supported Windows, macOS, and Linux. We will install OpenShot Video Editor in the Ubuntu environment in this tutorial. 

Installing OpenShot on Ubuntu:

The latest OpenShot video editor can be installed in Ubuntu using either of the following two methods:

  • From the official repository
  • From the Personal Package Archive (PPA) repository

Method 1: From the official repository

Step 1: Execute the following command to update the repositories.

sudo apt update
Updating Repositories

 

Step 2: Run the following command to install the OpenShot editor.

sudo apt install openshot
Installing OpenShot using apt manager

 

Step 3: Enter Y if prompted.

Entering Y to proceed with installation

 

Step 4: After installation, search the OpenShot application in Activities Panel.

Opening OpenShot Editor

 

Step 5: Click on the OpenShot application icon to start the application.

Application is opened successfully

 

Method 2: From the Personal Package Archive (PPA) repository

Step 1: Add the personal package archive through which OpenShot can be installed.

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

Adding PPA

 

Step 2: Execute the following command to update the repositories.

sudo apt update
Updating Repositories

 

Step 3: Run the following command to install the OpenShot editor.

sudo apt install openshot
Installing OpenShot using apt manager

 

Step 4: After installation, search the OpenShot application in Activities Panel.

Opening OpenShot Editor

 

Step 5: Click on the OpenShot application icon to start the application.

Application is opened successfully

 


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads