You are not logged in.
Pages: 1
I migrated to daedalus from debian/testing, and while I've fixed some resulting dependency issues with packages that are newer than what's in daedulus, I'm still running into issues with packages that are "too new", causing some existing packages in daedalus to be uninstallable unless I first track down each dependency that's "too new" and remove them manually.
Is there a way to force apt to auto-downgrade packages that are newer than what's in daedalus? That would ease a lot of this pain.
Offline
... migrated to daedalus from debian/testing ...
Well, the Debian equivalent to Daedalus is Bookworm, not Trixie/Testing. A new installation of Daedalus would solve all issues.
Online
Do have a look at this page to understand the Devuan/Debian release relationships:
Offline
I know what I did is unsupported / foolish / whatever. But I got it to (mostly) work. So now I'm just looking for a way to clean things up. Reinstalling isn't really an option since this is my primary PC.
Offline
Offline
If I am not mistaken there was an older thread in the forum with a similar issue. All I remember there was no easy way to achieve that what you want, it was a package by package undertaking.
Online
I had a similar problem (dist-up* didn’t help), of course it’s better to reinstall, it’s faster and the result is without surprises. If there is a separate /home partition, this is quite easy to do. And if not, then it's time to do that too.
Offline
"apt pinning" is a possibility. A priority of at least 1001 allows package downgrade.
In your case, It would be pinning the daedalus packages to 1001 and then doing the usual upgrade.
I've done that a few times, it usually just works.
# cat /etc/apt/preferences
Package: *
Pin: release n=daedalus
Pin-Priority: 1001
# apt update
# apt upgrade
# apt dist-upgrade
Offline
Cool, sounds like apt pinning is what I'm looking for. Will try it and see.
Offline
Always remember not to mix debian repos with ubuntu repos, or similar. Repos that only have one or the other, are a different case if they are from unofficial repos, but still be careful of what depends get pulled in.
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!
Offline
Pages: 1