소개/소소한공부

리눅스에서 *.AppImage 설치 하는 방법!!

이영훈닷컴 2025. 2. 23. 02:13
728x90

회사에서 개발을 할때 우분투 리눅스를 사용하고 있다.

 

다운로드를 받다보면 AppImage 확장자를 받을때가 있는데 물론 chmod +x *.appimage  적용 한다음 ./*.appimage 명령어 치고 메뉴에도 추가도 해야한다.

 

하지만 난 귀찮아서 이 방법으로 설치 해서 사용중이다.

 

sudo apt update
sudo apt install libfuse2

 

https://github.com/TheAssassin/AppImageLauncher

 

GitHub - TheAssassin/AppImageLauncher: Helper application for Linux distributions serving as a kind of "entry point" for running

Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages - TheAssassin/AppImageLauncher

github.com

자신에 맞는 OS를 다운로드 한다음난 dpkg -i 다운로드 설치 한고

*.appimage 다운로드 한것을 더블 클릭만으로 설치가 한방에 척척 !!!

 

끝!

728x90