Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlopen(): error loading libfuse.so.2 #24

Open
2 tasks
camicri opened this issue Feb 5, 2023 · 0 comments
Open
2 tasks

dlopen(): error loading libfuse.so.2 #24

camicri opened this issue Feb 5, 2023 · 0 comments
Assignees
Labels

Comments

@camicri
Copy link
Owner

camicri commented Feb 5, 2023

Description

cube-get execution fails on newer Ubuntu releases with below error:

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

Workaround

We can extract the AppImage and run the script directly

./cube-get --appimage-extract
./squashfs-root/AppRun --terminal

You can also install libfuse before running cube-get, if you have internet

sudo apt install libfuse2

Todo

  • Fix missing libfuse issue
  • Or find an alternative to AppImage
@camicri camicri added the bug label Feb 5, 2023
@camicri camicri self-assigned this Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant