I'm trying to install DaVinci Resolve 19, but I'm running into issues with missing packages. For instance, when I attempt to install libapr1 using the command
sudo apt install libapr1, it ends up installing libapr1t64 instead, which is a newer version. Unfortunately, DaVinci Resolve 19 requires the exact libapr1 package and doesn't recognize libapr1t64. How can I ensure I install the precise package I need?
2 Answers
You might also consider installing the .deb package directly from the archives. Just be cautious since installing old or deprecated dependencies could lead to issues with your system. Remember, package managers prevent problems like dependency hell for a reason! If DaVinci Resolve is causing too much hassle, you could try alternatives like Kdenlive or Shotcut.
Check out the man page for apt. If you're in the terminal, just type in $ man apt. Then, search for 'version' by typing /version. This will let you explore options related to package versions. It might help with your situation!
Yeah, I started looking into alternatives like Kdenlive and Shotcut because this is getting frustrating. I'd rather not mess up my system trying to force an old package!