Centos에서 ICIJ neo4j AppImage를 실행하려고 할 때 "fuse: fusionrmount를 실행할 수 없습니다: 권한이 거부되었습니다"

Centos에서 ICIJ neo4j AppImage를 실행하려고 할 때 "fuse: fusionrmount를 실행할 수 없습니다: 권한이 거부되었습니다"

Oracle Linux 서버(Centos/RHEL 6과 유사)에서 ICIJ Offshore Leaks neo4j AppImage(다운로드 링크). 이미지에는 이름이 있습니다 neo4j-desktop-for-icij-1.0.0-x86_64.AppImage.

파일을 실행 가능하게 만들고 발급한 후

./neo4j-desktop-for-icij-1.0.0-x86_64.AppImage

다음 오류가 발생합니다.

fuse: failed to exec fusermount: Permission denied

Cannot mount AppImage, please check your FUSE setup.
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
open dir error: No such file or directory

AppImage에는 외부 FUSE 패키지가 필요합니까? 그런 다음 제안대로 실행했습니다.

./neo4j-desktop-for-icij-1.0.0-x86_64.AppImage --appimage-extract

그러면 콘텐츠가 하위 디렉터리로 추출됩니다 squashfs-root. 그런데 지금 애플리케이션을 어떻게 시작합니까? 나는 노력했다

./squashfs-root/AppRun

하지만 이것은 나에게 준다

Desktop file is missing. Please run ./squashfs-root/AppRun from within an AppImage.

그렇다면 응용 프로그램을 어떻게 실행/실행합니까? 조언해주셔서 감사합니다!

관련 정보