OS/Ubuntu

Ubuntu CPU-X AppImage execution : libfuse.so.2 error

강서버 2023. 9. 2. 03:45
반응형

~$ ./CPU-X-4.5.3-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


~$ sudo apt install libfuse2
[sudo] gangserver 암호: 
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:
  linux-headers-6.2.0-26 linux-headers-6.2.0-26-generic
  linux-image-6.2.0-26-generic linux-modules-6.2.0-26-generic
  linux-modules-extra-6.2.0-26-generic
'sudo apt autoremove'를 이용하여 제거하십시오.
다음 새 패키지를 설치할 것입니다:
  libfuse2
0개 업그레이드, 1개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
88.6 k바이트 아카이브를 받아야 합니다.
이 작업 후 317 k바이트의 디스크 공간을 더 사용하게 됩니다.
(... Log omitted ...)

 

 

728x90
반응형

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

Ubuntu 24.04 Amberol Install  (0) 2024.06.19
Ubuntu VMware Workstation Player install (17.x)  (0) 2024.02.29
Ubuntu hwinfo install  (0) 2023.08.30
우분투 시스템 메뉴 아이콘 보이기/숨기기  (0) 2023.08.17
Ubuntu libssh2 library install  (0) 2023.05.12