Issues with Running AppImages After Uninstalling AppImageLauncher

0
13
Asked By CuriousCat234 On

I recently tried to install AppImageLauncher, but I ran into missing dependencies. After I uninstalled it, now I keep getting an error message whenever I try to run any AppImage. The error states that it can't find the version `CURL_OPENSSL_3' of `libcurl.so.4', which is required for `libappimageupdate.so`. Has anyone else experienced this problem or have any solutions?

2 Answers

Answered By GadgetGal567 On

I get where you're coming from, but if the application you want is only available as an AppImage, you're a bit stuck. If you're able to, maybe try running it on a different device, like your laptop, where it might work better without the dependency issues.

Answered By TechieTom89 On

It sounds like you've hit a classic snag with AppImages. They're not as portable as some might think! You might want to reach out to the developers of that AppImage package since it looks like they forgot to include OpenSSL 3 in their dependencies. If you often run into these kinds of issues, consider switching to Flatpak or Snap for better dependency management. They seem to handle these things way more smoothly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.