On Tue March 18 2025 16:32:18 Γιώργος Κωστόπουλος via tde-users wrote:
The following packages have unmet dependencies:
luit: Breaks: x11-utils (<7.7+6)
but 7.7+5 is to be installed.
This seems to be a Debian problem due to files moving between packages.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056365
Probably you should just purge the luit package.
dpkg --purge luit
You may also want to reinstall x11-utils on top of itself to fix any breakage.
apt install --reinstall x11-utils
--Mike