"dlopen(): error loading libfuse.so.2" error when running AppImage file
[ Error log ]
gangserver@TCM73-U260816:~/app/AppImage$ ./rhwp-desktop-1.2.2.AppImage
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
[ Solution ]
Install "libfuse2" library
sudo apt install libfuse2
[ Execution log ]
gangserver@TCM73-U260816:~/app/AppImage$ sudo apt install libfuse2
[sudo: authenticate] Password:
Note, selecting 'libfuse2t64' instead of 'libfuse2'
Installing:
libfuse2t64
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 91.2 kB
Space needed: 328 kB / 14.8 GB available
(... Log omitted ...)