Hey, I was trying to install Davinci Resolve on Fedora KDE 43. When I executed the .run file, there was an error that said that zlib is missing. So naturally I opened the terminal and typed sudo dnf install zlib the output said, that it’s already installed tho. What can I do?
Normally, .run files are shell scripts with some embedded payload. I would probably start with how this file came to the conclusion that zlib is not installed. That should give you a hint what to do.