On Thursday 02 of March 2023 09:31:00 Felix Miata via tde-users wrote:
Mike Bird via tde-users composed on 2023-03-01 23:52 (UTC-0800):
Felix Miata wrote:
...
The following packages have unmet dependencies: tdebase-tdeio-plugins-trinity : Depends: libssh-4 (>= 0.8.0) but 0.7.3-2+deb9u3 is to be installed E: Unable to correct problems, you have held broken packages.
Debian ended regular Stretch support in July 2020 and LTS in June 2022.
libssh-4 0.8.1-1~bpo9+1 exists in Debian's stretch-backports and ought to work in theory but I haven't tried it.
Super! I thought I had bpo enabled because I was running a bpo kernel, which I had just upgraded. After enabling, libssh-4 was pulled in by requesting konqueror-trinity. :)
That's created a new Debian puzzle though. I tried another: # apt-get full upgrade ...
The following NEW packages will be installed: linux-image-4.19.0-0.bpo.9-amd64 The following packages will be upgraded: distro-info-data libldap-2.4-2 libldap-common linux-image-amd64 4 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 48.1 MB of archives. After this operation, 266 MB of additional disk space will be used. Do you want to continue? [Y/n] n Abort.
real 0m17.092s user 0m0.589s sys 0m0.027s # uname -a Linux fi965 4.19.0-0.bpo.19-amd64 #1 SMP Debian 4.19.232-1~deb9u1 (2022-03-08) x86_64 GNU/Linux # Dq x-image dpkg-query -l ii linux-image-4.19.0-0.bpo.16-amd64 4.19.181-1~deb9u1 amd64 Linux 4.19 for 64-bit PCs ii linux-image-4.19.0-0.bpo.19-amd64 4.19.232-1~deb9u1 amd64 Linux 4.19 for 64-bit PCs ii linux-image-4.19.0-0.bpo.6-amd64 4.19.67-2+deb10u1~bpo9+1 amd64 Linux 4.19 for 64-bit PCs (signed) ii linux-image-4.19-amd64 4.19+105+deb10u14~deb9u1 amd64 Linux for 64-bit PCs (meta-package) ii linux-image-4.9.0-0.bpo.6-amd64 4.9.88-1+deb9u1~bpo8+1 amd64 Linux 4.9 for 64-bit PCs ii linux-image-amd64 4.19+105+deb10u1~bpo9+1 amd64 Linux for 64-bit PCs (meta-package) # Why does apt-get want to add an older bpo.9 kernel when I'm running on bpo.19?
Hi Felix,
the package is part of the standard debian-backports repository, from which you can choose and install individual packages - no need to enable everything, but its copy is also in trinity-builddeps-r14.0.x see:
https://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x/...
Cheers