사용자 도구

사이트 도구


linux:appimage

AppImage

libfuse2

  • linux:ubuntu:22.04 부터는 libfuse3가 기본이 되는데 2023년 현재까지 AppImage는 libfuse2 기반이다.
  • libfuse2를 설치해야 올바로 작동한다.
sudo apt install libfuse2

appimage-cli-tool

AppImage Launcher

AppImageUpdate

실행

  • *.AppImage 파일에 실행 권한을 주고,
    chmod +x your.AppImage
  • 실행한다.
  • 끝.

AppImagePool

flatpak install flathub io.github.prateekmedia.appimagepool

chrome-sandbox 관련 오류

[14864:1110/033125.459686:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_GoPandhSoqlN/chrome-sandbox is owned by root and has mode 4755.
  • --no-sandbox 옵션을 주고 실행하면 된다.

참고

linux/appimage.txt · 마지막으로 수정됨: 2023/06/16 23:49 저자 kwon37xi