You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
In Arch, there's only one version, the last one, because it's a rolling release. So the AUR has one version of a package, the last one.
But when you move to debian/ubuntu, this brakes down. You can't have just one version. At some point you get into dependency hell. Or you brake compatibility with one version in order to keep compatibility with an other.
The packages should be separated between distro versions. At some point, the version of a package for a distro version must freeze, simply because the newer dependencies are not available. Currently, the system basically forces you to upgrade and just drop the previous distro version.