Skip to content

AppImage does not start: "error loading libfuse.so.2" #984

Open
@gmacario

Description

@gmacario

Describe the problem

The Linux AppImage version assumes that libfuse.so.2 is installed, but I could not find it documented.

To reproduce

  1. Open https://www.arduino.cc/en/software
  2. Select Arduino IDE 2.0 RC (2.0.0-rc6) : Linux AppImage 64 bit (X86-64)
  3. When the download is complete, launch a Terminal and type
    cd ~/Downloads
    chmod 755 arduino-ide_2.0.0-rc6_Linux_64bit.AppImage
    ./arduino-ide_2.0.0-rc6_Linux_64bit.AppImage

Result:

gmacario@hw2228:~/Downloads$ ls -la arduino-ide_2.0.0-rc6_Linux_64bit.AppImage 
-rwxr-xr-x 1 gmacario gmacario 241520658 mag 11 07:51 arduino-ide_2.0.0-rc6_Linux_64bit.AppImage
gmacario@hw2228:~/Downloads$ ./arduino-ide_2.0.0-rc6_Linux_64bit.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
gmacario@hw2228:~/Downloads$

Expected behavior

The Arduino IDE should launch correctly

Arduino IDE version

2.0.0-rc6

Operating system

Linux

Operating system version

Ubuntu 22.04 LTS 64-bit

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details

Metadata

Metadata

Assignees

Labels

os: linuxSpecific to Linux operating systemtopic: documentationRelated to documentation for the projecttopic: infrastructureRelated to project infrastructuretype: imperfectionPerceived defect in any part of project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions