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

Joplin update fails with "libfuse2 not found" error despite being installed. #10716

Closed
sysescool opened this issue Jul 8, 2024 · 0 comments · Fixed by #10717
Closed

Joplin update fails with "libfuse2 not found" error despite being installed. #10716

sysescool opened this issue Jul 8, 2024 · 0 comments · Fixed by #10717
Labels
bug It's a bug

Comments

@sysescool
Copy link
Contributor

sysescool commented Jul 8, 2024

Operating system

Linux

Joplin version

3.0.8

Desktop version info

3.0.8

Current behaviour

Run wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
get error:

Error: Can't get libfuse2 on system, please install libfuse2

I watch the file Joplin_install_and_update.sh and the issue #8203

  1. Run: apt list -i | grep libfuse
    Result:

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libfuse2/bionic,now 2.9.7-1ubuntu1 amd64 [installed]
  1. Run: ldconfig -p | grep "libfuse.so.2" || echo ''
    Result:

  1. Run: find /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib -name "libfuse.so.2" 2>/dev/null | grep "libfuse.so.2" || echo ''
    Result:
/lib/x86_64-linux-gnu/libfuse.so.2

I don't know why the ldconfig doesn't find libfuse2, though it is indeed installed.

Expected behaviour

If ldconfig return empty, check libfuse2 by find command, and we can still install it.

Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug
Projects
None yet
1 participant