OpenShot 2.5.1 Released, How to Install it via PPA

Last updated: March 4, 2020

OpenShot Video Editor

OpenShot video editor 2.5.1 was released a day ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and derivatives via PPA.

OpenShot 2.5.1 features faster performance, huge optimizations with effects, and improved UTF-8 character support. Release highlights include:

  • UTF-8 Project Encoding Bug Fix (for non-ASCII characters)
  • Auto-Repair UTF-8 Corrupted Projects
  • Thumbnail Server UTF-8 Encoding
  • Fixed Broken Color-Shift and Shift Effects
  • Optimize Saturation, Hue, Blur, Wave, Brightness, Pixelate Effects
  • Frame: Fix interlaced AddImage
  • Raise Preview Cache to CPUs X 8 Frames (max 64)
  • Enhance Json Data Handling
  • Improve Travis Speed (remove homebrew from Mac builds)
  • Auto-Update HEX Version (for older CMake versions)

How to Install OpenShot 2.5.1 in Ubuntu:

1. Open terminal from software launcher (or press Ctrl+Alt+T), when it opens, run command to add the PPA:

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

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.

2. Then run following commands one by one to refresh repository cache and install OpenShot:

sudo apt update

sudo apt install openshot-qt

Also it’s recommended to upgrade your system libraries via sudo apt upgrade to avoid launching issue.

Uninstall:

To uninstall openshot video editor, run following command in terminal:

sudo apt-get remove --autoremove openshot-qt

And remove the PPA by launching “Software & Updates” and navigating to Other Software tab.

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 [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to OpenShot 2.5.1 Released, How to Install it via PPA

  1. Thank you for this tutorial, it’s exactly what I was looking for. It’s also awesome that you explain how to uninstall.

  2. Hello, thank you for sharing this tutorial. For your information I needed to install also python3-openshot as explained in this issue (https://github.com/OpenShot/openshot-qt/issues/3220) by doing:
    sudo apt-get install python3-openshot
    Kind regards