Categories: Ubuntu

Install Kdenlive 24.02.0 Deb Package via New Ubuntu PPA

For those who prefer the native .deb app packages, here’s new unofficial PPA for installing the most recent Kdenlive video editor 24.02.0 in Ubuntu 22.04, Ubuntu 23.10, and Ubuntu 24.04.

Kdenlive announced new 24.02 release series few days ago. One of the big changes is the port to Qt6 plus KDE Frameworks 6, which brings big performance improvements, but also a few regressions.

Due to this change, the developer team discontinued the official Kdenlive PPA, since KF6 is NOT yet made into Ubuntu repositories.

The official packages are now only Flatpak and AppImage, that run in sandbox. For those who prefer the .deb

Sponsored
package format, here’s the new unofficial PPA for choice.

Kdenlive 24.04 with Qt5 and KDE Frameworks 5

The PPA contains the package backported from Debian Unstable, which continues building the video editor with Qt5 + KDE Frameworks 5 (as mentioned KF6 is not available in system repositories) which are still supported by Kdenlive’s building system.

Install Kdenlive 24.02.0 from Unofficial PPA

NOTE: the package in the new unofficial PPA is NOT well tested. It seems working good in my case, but without well testing because I know quite few about how to use the video editor.

1. The PPA so far supports Ubuntu 22.04, Ubuntu 23.10, and Ubuntu 24.04 on amd64 (Intel/AMD), and arm64/armhf (Raspberry Pi) platforms.

To add the PPA, press Ctrl+Alt+T on keyboard to open terminal (or konsole), then run command:

sudo add-apt-repository ppa:ubuntuhandbook1/kdenlive

Type user password for sudo authentication, though there’s no asterisk feedback, and hit Enter to continue.

2. For Linux Mint user, refresh the system package cache after adding PPA via command:

Sponsored
sudo apt update

3. Finally, install Kdenlive (or upgrade from the stock version) by running command:

sudo apt install kdenlive mediainfo

NOTE: for non-KDE Plasma Desktop users, there will be lots of Qt and KDE libraries to be installed as dependency libraries.

Uninstall:

To uninstall the unofficial Ubuntu PPA, open terminal or konsole (Ctrl+Alt+T) and run command:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/kdenlive

For Linux Mint, also run sudo apt update to manually refresh package cache.

And, remove the Kdenlive deb package as well as its dependencies by running command:

sudo apt remove --autoremove kdenlive kdenlive-data

The post Install Kdenlive 24.02.0 Deb Package via New Ubuntu PPA appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

How to Install and Use Zig Programming Language on Ubuntu or Debian Linux

In this article, we will see how to install and use zig programming language on…

39 minutes ago

Linux Sed Tutorial: Learn Text Editing with Syntax and Examples

This article was adapted from its original version on NixCraft. Sed is an acronym for…

7 hours ago

How to Fix VMware’s “Could not open /dev/vmmon” Error on Ubuntu

You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…

14 hours ago

How to Fix Ubuntu 404 Errors While Fetching Dependencies

Have you ever found yourself staring at a terminal full of 404 errors while trying…

14 hours ago

How to Fix ‘Please Install All Available Updates’ Error When Upgrading Ubuntu 18.04 to 20.04 LTS

One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …

14 hours ago

How to fix “Release is not valid yet” Error in Docker Containers

In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…

14 hours ago