OS/Ubuntu

error loading libfuse.so.2

강서버 2023. 2. 28. 22:50
반응형

$ ./Vrew-0.13.24-x86_64.AppImage 
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
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

 

=> libfuse2 install

$ sudo apt install libfuse2
[sudo] gangserver 암호: 
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음 새 패키지를 설치할 것입니다:
  libfuse2
0개 업그레이드, 1개 새로 설치, 0개 제거 및 10개 업그레이드 안 함.
90.3 k바이트 아카이브를 받아야 합니다.
이 작업 후 330 k바이트의 디스크 공간을 더 사용하게 됩니다.
(... Log omitted ...)

 

 

 

참조 : https://github.com/OpenShot/openshot-qt/issues/4789

 

Ubuntu 22.04: Appimage doesn't start : libfuse.so.2: cannot open shared object file: No such file or directory · Issue #4789 ·

Describe the bug: Daily Appimage OpenShot-v2.6.1-dev-daily-9432-50a9a648-46255e46-x86_64.AppImage doesn't start. ./OpenShot-v2.6.1-dev-daily-9432-50a9a648-46255e46-x86_64.AppImage: error while ...

github.com

 

 

728x90
반응형