We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux
3.0.8
Run wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash get error:
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
Error: Can't get libfuse2 on system, please install libfuse2
I watch the file Joplin_install_and_update.sh and the issue #8203
apt list -i | grep libfuse
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libfuse2/bionic,now 2.9.7-1ubuntu1 amd64 [installed]
ldconfig -p | grep "libfuse.so.2" || echo ''
find /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib -name "libfuse.so.2" 2>/dev/null | grep "libfuse.so.2" || echo ''
/lib/x86_64-linux-gnu/libfuse.so.2
I don't know why the ldconfig doesn't find libfuse2, though it is indeed installed.
If ldconfig return empty, check libfuse2 by find command, and we can still install it.
find
No response
The text was updated successfully, but these errors were encountered:
6688496
Successfully merging a pull request may close this issue.
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:
I watch the file Joplin_install_and_update.sh and the issue #8203
apt list -i | grep libfuse
Result:
ldconfig -p | grep "libfuse.so.2" || echo ''
Result:
find /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib -name "libfuse.so.2" 2>/dev/null | grep "libfuse.so.2" || echo ''
Result:
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
The text was updated successfully, but these errors were encountered: