How to Install OpenShot 3.1.0 via PPA in Ubuntu 22.04 | 20.04 | 18.04

Last updated: April 8, 2023 — 2 Comments

For those looking for the native .deb package of OpenShot 3.1.0, here’s how to install it from PPA in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, Ubuntu 22.10, and Ubuntu 23.04.

The official openshot PPA is back with the latest packages for all current Ubuntu releases and their derivatives, such as Linux Mint. User can now easily install the latest video editor package by following the steps below one by one.

Just found that the official openshot PPA seems not being updated for quite a period of time, when I was trying to get the latest package of this video editor today. Though, the software is still being developed.

So I tried building myself and uploaded into this unofficial PPA for those who prefer native .deb package to AppImage or Flatpak.

NOTE this unofficial PPA contains the packages for Ubuntu 22.04, Ubuntu 20.04, and Ubuntu 18.04, though has only minor tests in Ubuntu 22.04.

1. Add the PPA

First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, paste the command below into terminal and hit Enter to add PPA:

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

Type user password when it asks (no asterisk feedback) and hit Enter to continue.

2. Refresh package cache

Ubuntu 20.04 and higher will automatically refresh system package cache while adding PPA. Though old Ubuntu 18.04 and Linux Mint do not.

To manually update the cache, run command:

sudo apt update

3. Install/Update OpenShot

Finally, either install the video editor by running command in terminal:

sudo apt install openshot-qt python3-openshot

Or use ‘Software Updater’ to update it from an old version.

Uninstall:

To remove the Ubuntu PPA, either open “Software & Updates” and delete the source from ‘Other Software’ tab:

or run the command below in terminal:

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

And remove the editor for choice by running command:

sudo apt remove --autoremove openshot-qt python3-openshot

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to How to Install OpenShot 3.1.0 via PPA in Ubuntu 22.04 | 20.04 | 18.04

  1. Hi, I am not able to upgrade to version 3, or even delete Openshot (I plan to reinstall it then). The old Openshot version is still there and says, that there is an upgrade to new version 3.

    UBUNTU 22.04.1. Openshot 2.6.1 . All the software is Czech versions. Any hint ho to manage it? I tried
    probably all sugested methods. Thanks Jiri.

    • Openshot is available to install in 3 different package formats: Flatpak, AppImage, and native Deb.

      If the old 2.6.1 was installed as Flatpak or AppImage, installing the PPA package (Deb) via this tutorial won’t override the old one. As a result, you’ll have 2 versions of openshot installed in your system.

      Try removing the old openshot 2.6.1 via following steps:

      • Remove the flatpak package by running command in terminal (Ctrl+Alt+T):
        flatpak uninstall org.openshot.OpenShot
      • Remove the Deb package via command:
        sudo apt remove openshot openshot-qt --autoremove
      • AppImage is non-install portable package, but you may have created shortcut icon for it. Run command in terminal:
        nautilus ~/.local/share/applications/ /usr/share/applications/ /usr/local/share/applications/

        It opens 3 file browser windows with different directories, find out if there’s an .desktop file for openshot and remove it.

      Finally, try the commands in this tutorial to install openshot 3.0 as Deb. And, please tell terminal error output if it does not work!

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*