Hello, On my laptop on debian-11 bullseye, suddenly, I cannot boot Trinity. I decided to reinstall by this command : apt install tdebase-trinity --reinstall I receive this message : "Packages contain dependencies not satisfied, ksplash-trinity depends of tdebase-data-trinity <4.14.1.1 but 4.14.1.1~pre32-0debian11.0.0+2 must be installed. Impossible to correct the problems, defectuous packages are in mode keep in state". So, Im completely disappointed and lost, what to do ? Thanks, cheers. André
Anno domini 2023 Sat, 5 Aug 18:31:25 +0200 ajh-valmer via tde-users scripsit:
Hello, On my laptop on debian-11 bullseye, suddenly, I cannot boot Trinity. I decided to reinstall by this command : apt install tdebase-trinity --reinstall I receive this message : "Packages contain dependencies not satisfied, ksplash-trinity depends of tdebase-data-trinity <4.14.1.1 but 4.14.1.1~pre32-0debian11.0.0+2 must be installed. Impossible to correct the problems, defectuous packages are in mode keep in state". So, Im completely disappointed and lost, what to do ?
Did you try "apt update; apt dist-upgrade" ?
Nik
Thanks, cheers. André ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
On Saturday 05 August 2023 18:36:53 Dr. Nikolaus Klepp via tde-users wrote:
Anno domini 2023 Sat, 5 Aug 18:31:25 +0200 ajh-valmer via tde-users scripsit:
On my laptop on debian-11 bullseye, suddenly, I cannot boot Trinity. I decided to reinstall by this command : apt install tdebase-trinity --reinstall I receive this message : "Packages contain dependencies not satisfied, ksplash-trinity depends of tdebase-data-trinity <4.14.1.1 but 4.14.1.1~pre32-0debian11.0.0+2 must be installed. Impossible to correct the problems, defectuous packages are in mode keep in state". So, Im completely disappointed and lost, what to do ?
Did you try "apt update; apt dist-upgrade" ?
Yes, and same message. My sources.list : deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps good ? Cheers.
On Saturday 05 August 2023 10:16:57 ajh-valmer via tde-users wrote:
On Saturday 05 August 2023 18:36:53 Dr. Nikolaus Klepp via tde-users wrote:
Anno domini 2023 Sat, 5 Aug 18:31:25 +0200
ajh-valmer via tde-users scripsit:
On my laptop on debian-11 bullseye, suddenly, I cannot boot Trinity. I decided to reinstall by this command : apt install tdebase-trinity --reinstall I receive this message : "Packages contain dependencies not satisfied, ksplash-trinity depends of tdebase-data-trinity <4.14.1.1 but 4.14.1.1~pre32-0debian11.0.0+2 must be installed. Impossible to correct the problems, defectuous packages are in mode keep in state". So, Im completely disappointed and lost, what to do ?
Did you try "apt update; apt dist-upgrade" ?
Yes, and same message. My sources.list : deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps good ? Cheers.
Maybe try sudo dpkg-reconfigure tdm-trinity. And you might need to get rid of desktop-base, as it conflicts with desktop-base-trinity. Either apt-get purge desktop-base or dpkg --force-all --purge desktop-base.
These packages (tdm-trinity & desktop-base-trinity) often give me this kind of problem, with false readings about missing dependencies, because they aren't fully installed.
Bill
On Sat August 5 2023 10:16:57 ajh-valmer via tde-users wrote:
On Saturday 05 August 2023 18:36:53 Dr. Nikolaus Klepp via tde-users wrote:
Anno domini 2023 Sat, 5 Aug 18:31:25 +0200
ajh-valmer via tde-users scripsit:
On my laptop on debian-11 bullseye, suddenly, I cannot boot Trinity. I decided to reinstall by this command : apt install tdebase-trinity --reinstall I receive this message : "Packages contain dependencies not satisfied, ksplash-trinity depends of tdebase-data-trinity <4.14.1.1 but 4.14.1.1~pre32-0debian11.0.0+2 must be installed. Impossible to correct the problems, defectuous packages are in mode keep in state". So, Im completely disappointed and lost, what to do ?
Did you try "apt update; apt dist-upgrade" ?
Yes, and same message. My sources.list : deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps
Hi André,
What please are your outputs from "apt-cache policy ksplash-trinity" and "apt-cache policy tdebase-data-trinity" and "apt-mark showhold"?
--Mike
Anno domini 2023 Sat, 5 Aug 19:16:57 +0200 ajh-valmer via tde-users scripsit:
On Saturday 05 August 2023 18:36:53 Dr. Nikolaus Klepp via tde-users wrote:
Anno domini 2023 Sat, 5 Aug 18:31:25 +0200 ajh-valmer via tde-users scripsit:
On my laptop on debian-11 bullseye, suddenly, I cannot boot Trinity. I decided to reinstall by this command : apt install tdebase-trinity --reinstall I receive this message : "Packages contain dependencies not satisfied, ksplash-trinity depends of tdebase-data-trinity <4.14.1.1 but 4.14.1.1~pre32-0debian11.0.0+2 must be installed. Impossible to correct the problems, defectuous packages are in mode keep in state". So, Im completely disappointed and lost, what to do ?
Did you try "apt update; apt dist-upgrade" ?
Yes, and same message. My sources.list : deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x bullseye main deps good ?
I have in my sources.list:
deb http://mirror.ppa.trinitydesktop.org/trinity-testing daedalus deps extra main
... so the "extra" is extra., but that's most likely not the problem.
This is what I usually do when I run into these problems: 1) create a list of manually installed packages, in this case for trinity packages:
# apt list --manual-installed|grep trinity|cut -d / -f 1|tr '\n' ' '; echo > manual-installed.txt
2) purge the offending package, in this case "ksplash-trinity". This will most likely remove other packages, too, that's why I saved the list before - or simply purge all of trinity:
# apt purge ksplash-trinity
3) clear the package archive - sometimes the archives are bad:
# apt clean
4) reinstall the missing packages:
# apt install $(cat manual-installed.txt)
5) reboot, just to be sure.
Sometimes xorg gets deleted, too. Keep an eye on it. Also sometimes tdm-trinity is "lost". When that happens, tde does not start either. So maybe you should check that, too.
Nik
Cheers. ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
ajh-valmer via tde-users wrote:
Impossible to correct the problems, defectuous packages are in mode keep in state".
The problem is that you marked the package to be kept and now the system refuses to update. Remove the package or put it into auto mode so that it can be updated.