Closed
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
- 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]
- Run:
ldconfig -p | grep "libfuse.so.2" || echo ''
Result:
- 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