Skip to content

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

Closed
@sysescool

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugIt's a bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions