Closed chrishart0 closed 1 month ago
If there is anything I can do to help just let me know. I can confirm that the latest .deb works just fine with my install of Ubuntu 24.10.
Please stop opening these duplicate issues. I'm not interested in maintaining a PPA. It's way too much effort. I hardly find time to fix actual bugs.
Pre-submit checks
Feature description
I would like to be able to use apt to install AppImageLauncher form your PPA so I can get updates.
Proposed solution
Adding PPA support for Ubuntu 24.10 (Oracular Oriole).
Alternative solutions you considered
Method 1
I tried to "trick" apt into downloading the AppImageLaucnher version for the closest version available, focal by editing
/etc/apt/sources.list.d/appimagelauncher-team-ubuntu-stable-oracular.sources
and replacingSuites: Oracular
withSuites: focal
This did let me run
sudo apt update
successfully. Nowsudo apt install appimagelauncher
returns:Ubuntu 24.10 does not have
libappimage0
available:Method 2
Install the .deb by hand, but now I won't get updates. I do want to get security and feature patches.
Additional context
No response