1

It is turning routine, this kind of message:

balena-etcher : Depends: gconf-service but it is not installable Depends: gconf2 but it is not installable Depends: libgconf-2-4 but it is not installable E: Unable to correct problems, you have held broken packages.

How to fix Ubuntu 24.04.1? It broke surfshark, ST Cube IDE, Balena Etcher, etc, etc

How to fix Ubuntu 24.04.1?

1 Answers1

3

Firstly, run the command sudo apt -f install to fix broken packages.

The .deb file for balena etcher is still incompatible with Ubuntu 24.04 because its dependencies were not updated.

If you need to use etcher, use its appimage from GitHub releases instead. Here is the download link for v1.19.21

However, many such electron apps are not working with Ubuntu 24.04 due to changes in apparmor. See How to permanently disable Ubuntu's new AppArmor user namespace creation restrictions? for how to fix.