Ubuntu22.04运行AppImage报错
pony@pony-ubuntu:~/下载/jetbrains-toolbox-1.25.12627$ ./jetbrains-toolbox
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
解决
安装 fuse3
sudo apt install fuse3
Comments | NOTHING