OS/Ubuntu

error loading libfuse.so.2

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

$ ./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바이트의 디스크 공간을 더 사용하게 됩니다.
받기:1 http://kr.archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB]
내려받기 90.3 k바이트, 소요시간 2초 (52.5 k바이트/초)
Selecting previously unselected package libfuse2:amd64.
(데이터베이스 읽는중 ...현재 259680개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack .../libfuse2_2.9.9-5ubuntu3_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ...
libfuse2:amd64 (2.9.9-5ubuntu3) 설정하는 중입니다 ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...

 

 

참조 : 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
반응형

'OS > Ubuntu' 카테고리의 다른 글

Ubuntu Etcher AppImage execute  (0) 2023.04.23
Execute AppImage  (0) 2023.02.28
Ubuntu Pycharm Snap Install  (0) 2023.01.15
Ubuntu / Check Intel Integrated GPU  (0) 2022.03.19
Ubuntu gcc 11 install  (0) 2022.01.05