You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest zsync2 releases fail on Ubuntu 22+ because of the Fuse 2 thing.
❯ wget https://github.com/AppImageCommunity/zsync2/releases/download/2.0.0-alpha-1-20230304/zsync2-63-1608115-x86_64.AppImage
❯ chmod +x zsync2-63-1608115-x86_64.AppImage
❯ ./zsync2-63-1608115-x86_64.AppImage --version
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
Would be nice to switch to a newer statically linked AppImage runtime.
The latest zsync2 releases fail on Ubuntu 22+ because of the Fuse 2 thing.
Would be nice to switch to a newer statically linked AppImage runtime.
Workaround:
The text was updated successfully, but these errors were encountered: