Install motionplus on Ubuntu 24.04 (or beta) - temp fix #142
Replies: 2 comments
-
Reading package lists... Done E: Unable to locate package libopenexr25 Not working motionpro |
Beta Was this translation helpful? Give feedback.
-
@Arunkumar-dev-0 If you followed the original notes you will need to undo all those changes or delete the system and start with a fresh install of 22.04. You must get to the point of having
all showing no errors and nothing to upgrade or remove. (I created a fresh install of 22.04 today and it does not show any of the package problems that are listed.) |
Beta Was this translation helpful? Give feedback.
-
I was struggling to compile and install motionplus on the new Ubuntu 24.04 (and beta) but have a temporary fix if anyone runs into the same problem after upgrading the 22.04 LTS version:
You need to install 3 libs from the old Ubuntu 22.04 LTS Jammy release: libopenexr25, libsrt1.4-openssl and libsvtav1enc0.
edit /etc/apt/sources.list
and add the line
"deb http://cz.archive.ubuntu.com/ubuntu jammy main universe"
to install the 3 libs from the old 22.04 Jammy Ubuntu
then type:
apt update
and
apt install libopenexr25
apt install libsrt1.4-openssl
apt install libsvtav1enc0
motionplus should work again.
Beta Was this translation helpful? Give feedback.
All reactions