Ubuntu 24 dependency updates
Author: Herr-SmecklesCreated Jul 17, 2026Updated Jul 17, 2026
Labelsbugneeds verification
Pre-submit checks
- I checked for similar issues beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing issue.
- I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.
Describe the bug
Error on installing on Ubuntu 24:
The following packages have unmet dependencies:
appimagelauncher: Depends: libgl1 but it is not installable
Depends: libfontconfig1 but it is not installable
Depends: libharfbuzz0b but it is not installable
Depends: libfribidi0 but it is not installableMy guess: Ubuntu 24.04 renamed a bunch of core libraries as part of a technical transition (e.g. libfontconfig1 → libfontconfig1t64). AppImageLauncher's normal downloadable .deb was built before that rename, so it's asking for library names that no longer exist under those names on your system - even though the actual libraries are installed.
Expected behavior
Seamless install
Steps to reproduce the issue
- download .deb from releases
- open via Software and press install
Screenshots
No response
Distribution and desktop environment
Ubunutu 24.04
Installed AppImageLauncher version
appimagelauncher_3.0.0-beta-2-gha287.96cb937_arm64.deb
List of AppImages you tried (ideally with URL)
No response
Additional context
No response
Source: TheAssassin/AppImageLauncher