Cobra Forum

Linux => Multimedia Software => Topic started by: kalpana on Oct 17, 2023, 05:53 AM

Title: openshot 3.0.0 installation Ubuntu 22.04.2 LTS
Post by: kalpana on Oct 17, 2023, 05:53 AM
Hello,

I'm trying to install an Openshot
Code

$ sudo add-apt-repository ppa:openshot.developers/ppa
$ sudo apt update
$ sudo apt install openshot-qt python3-openshot

and getting this messages:
Code:
The following packages have unmet dependencies: libopenshot23 : Depends: libavcodec58 (>= 7:4.4)
                 Depends: libavformat58 (>= 7:4.4)
 libqt5webenginecore5 : Depends: libavcodec58 (>= 7:4.4)
                        Depends: libavformat58 (>= 7:4.4)
E: Unable to correct problems, you have held broken packages.

How to fix this?
Thank you.