[ Error ]
gangserver@SS200B:~$ ./CPU-X-5.0.4-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
[ Solve ]
Run AppImage file --appimage-extract option
ex)
$ ./CPU-X-5.0.4-x86_64.AppImage --appimage-extract
gangserver@SS200B:~$ ./CPU-X-5.0.4-x86_64.AppImage --appimage-extract
squashfs-root/.DirIcon
squashfs-root/AppRun
squashfs-root/AppRun.wrapped
squashfs-root/apprun-hooks
squashfs-root/apprun-hooks/linuxdeploy-plugin-gettext.sh
squashfs-root/apprun-hooks/linuxdeploy-plugin-gtk.sh
squashfs-root/apprun-hooks/linuxdeploy-plugin-ncurses.sh
squashfs-root/io.github.thetumultuousunicornofdarkness.cpu-x.desktop
squashfs-root/io.github.thetumultuousunicornofdarkness.cpu-x.png
(... Log omitted ...)
Then execute ./AppRun
gangserver@SS200B:~$ ls -al
합계 35764
drwxrwxr-x 3 gangserver gangserver 4096 7월 9 18:52 ./
drwxrwxr-x 6 gangserver gangserver 4096 7월 9 18:52 ../
-rwxrw-r-- 1 gangserver gangserver 36607168 7월 9 18:46 CPU-X-5.0.4-x86_64.AppImage*
drwxr-xr-x 4 gangserver gangserver 4096 7월 9 18:52 squashfs-root/
gangserver@SS200B:~$ squashfs-root/AppRun
=> AppImage execute success.
'OS > Ubuntu' 카테고리의 다른 글
| Ubuntu 24.04 snap-store install (0) | 2024.07.17 |
|---|---|
| Ubuntu 24.04 htop snap install (0) | 2024.07.17 |
| Ubuntu 24.04 xmllint install (0) | 2024.06.19 |
| Ubuntu 24.04 meson install (0) | 2024.06.19 |
| Ubuntu 24.04 flatpak program search (0) | 2024.06.19 |