balena-io / etcher

Flash OS images to SD cards & USB drives, safely and easily.
https://etcher.io/
Apache License 2.0
29.94k stars 2.11k forks source link

Incompatibility of AppImage with Ubuntu 24.04 due to Removal of Older Fuse Versions #4314

Open MertGunduz opened 2 months ago

MertGunduz commented 2 months ago

Background

In previous versions of Ubuntu, the older fuse package was available in the repositories and could be installed alongside the newer fuse3 package. However, this often led to conflicts and system instability, as critical functionalities depended on fuse3 as far as I know.

Current Situation

In Ubuntu 24.04, the older fuse versions have been removed from the repositories to avoid these conflicts. Consequently, AppImages that rely on the older fuse package are no longer compatible with Ubuntu 24.04, causing significant issues for users.

Another Solution To Use Etcher ⭐

There's a simple way that allows users to run Balena Etcher on Ubuntu 24.04. I'm using this method to run it, here's how you can do:

  1. Download the Balena Etcher Zip from the official Balena website. image
  2. Unzip the downloaded archive.
  3. Navigate to the unzipped folder.
  4. Run the following command:
    ./balena-etcher --no-sandbox

    The --no-sandbox option is critical for running the AppImage successfully on Ubuntu 24.04. Without this option, the app will not function correctly.