Tails: Installing Konversation From Sid Fails With Unmet Dependencies

I would like to install Konversation from Sid but I’m getting an error as seen
below.

I’m posting this here on the forums because it is Tails specific, rather
than elsewhere (like Debian mailing lists, for example).

The Sid repository is properly configured: (and refreshed)

amnesia@amnesia:/etc/apt/sources.list.d$ cat sid.list
deb tor+https://cloudfront.debian.net/debian/ sid main contrib

I’m trying to install it via the method below. I’ve also tried
apt-get -t unstable install konversation konversation-data but that wants to
pull in dozens and dozens of packages and updates for all sorts of unrelated
files, so… I don’t know what to do.

Here’s what I’ve tried which would work if it could fetch the dependencies:

##############################################################

root@amnesia:/home/amnesia# apt-get install konversation/sid konversation-data/sid

Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Selected version ‘25.04.0-1’ (Debian:unstable [amd64]) for ‘konversation’
Selected version ‘25.04.0-1’ (Debian:unstable [all]) for ‘konversation-data’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
konversation : Depends: kio6 but it is not installable
Depends: kwallet6 but it is not installable
Depends: libkf6archive6 (>= 6.3.0~) but it is not installable
Depends: libkf6bookmarks6 (>= 6.3.0~) but it is not installable
Depends: libkf6bookmarkswidgets6 (>= 6.3.0~) but it is not installable
Depends: libkf6codecs6 (>= 6.0.0) but it is not installable
Depends: libkf6colorscheme6 (>= 6.0.0) but it is not installable
Depends: libkf6completion6 (>= 6.0.0) but it is not installable
Depends: libkf6configcore6 (>= 6.3.0~) but it is not installable
Depends: libkf6configgui6 (>= 6.3.0~) but it is not installable
Depends: libkf6configwidgets6 (>= 6.3.0~) but it is not installable
Depends: libkf6coreaddons6 (>= 6.3.0~) but it is not installable
Depends: libkf6crash6 (>= 6.3.0~) but it is not installable
Depends: libkf6dbusaddons6 (>= 6.3.0~) but it is not installable
Depends: libkf6globalaccel6 (>= 6.0.0) but it is not installable
Depends: libkf6i18n6 (>= 6.3.0~) but it is not installable
Depends: libkf6idletime6 (>= 6.3.0~) but it is not installable
Depends: libkf6itemviews6 (>= 6.3.0) but it is not installable
Depends: libkf6kiocore6 (>= 6.3.0~) but it is not installable
Depends: libkf6kiofilewidgets6 (>= 6.3.0~) but it is not installable
Depends: libkf6kiogui6 (>= 6.3.0~) but it is not installable
Depends: libkf6kiowidgets6 (>= 6.3.0~) but it is not installable
Depends: libkf6newstuffwidgets6 (>= 6.3.0~) but it is not installable
Depends: libkf6notifications6 (>= 6.3.0~) but it is not installable
Depends: libkf6notifyconfig6 (>= 6.3.0~) but it is not installable
Depends: libkf6parts6 (>= 6.3.0~) but it is not installable
Depends: libkf6statusnotifieritem6 (>= 6.3.0~) but it is not installable
Depends: libkf6textwidgets6 (>= 6.3.0~) but it is not installable
Depends: libkf6wallet6 (>= 6.3.0~) but it is not installable
Depends: libkf6widgetsaddons6 (>= 6.3.0~) but it is not installable
Depends: libkf6windowsystem6 (>= 6.3.0~) but it is not installable
Depends: libkf6xmlgui6 (>= 6.0.0) but it is not installable
Depends: libqca-qt6-2 (>= 2.3.6) but it is not installable
Depends: libqt6core5compat6 (>= 6.6.0) but 6.4.2-1 is to be installed
Depends: libqt6core6t64 (>= 6.8.2) but it is not installable
Depends: libqt6multimedia6 (>= 6.6.1) but 6.4.2-5 is to be installed
E: Unable to correct problems, you have held broken packages.
##############################################################