Wednesday, May 25, 2022

AppImage Apps not working on Ubuntu 22.04 (fix)

Ubuntu 22.04 does not included the libfuse2 package by default. The AppImage distribution and most AppImage Apps need the libfuse2 package to function.  So AppImage will not work on Ubuntu 22.04 out of the box.  We need to install the libfuse2 package through a Terminal Window to fix this problem. Just open a Terminal Window and type the following:

sudo apt install libfuse2*

That's it, your AppImage's should now work.  Short and easy!

No comments: