Appimage on Ubuntu 22.04

I cannot run any appimage on Ubuntu 22.04. Of course I went to the propriety and put the flag on "run as executable" but once i double click on it nothing happen. I tried 3 appimages but nothing happen. Anyone knows how to fix it? Thanks

3

1 Answer

Ubuntu 22.04 will no longer ship with the libfuse2 package by default. The AppImage distribution (and more generally, all existing AppImage's) are built expecting libfuse2 support. This means that AppImage's will not run on Ubuntu 22.04 by default.

The user would have to manually run:

sudo apt install libfuse2*

prior to executing any AppImage.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like