When one update its software list with apt on Debian Trixie at least, he gets this error:
Err:13 http://linux.dropbox.com/debian sid InRelease
Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 1C61A2656FB57B7E4DE0F4C1FC918B335044912E is not bound: No binding signature at time 2026-01-16T19:39:14Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
(...)
Warning: OpenPGP signature verification failed: http://linux.dropbox.com/debian sid InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 1C61A2656FB57B7E4DE0F4C1FC918B335044912E is not bound: No binding signature at time 2026-01-16T19:39:14Z because: Policy rejected non-revocation signature (PositiveCertification) requiring second pre-image resistance because: SHA1 is not considered secure since 2026-02-01T00:00:00Z
Error: The repository 'http://linux.dropbox.com/debian sid InRelease' is not signed.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.
Notice: Some sources can be modernized. Run 'apt modernize-sources' to do so.
This issue was already reported in an unrelated apt issue thread (now closed for replies) in
https://www.dropboxforum.com/discussions/101001016/openpgp-signature-verification-failed-with-debian-trixie-/835761/replies/842767
by @steinarb
Looks like you're signing with SHA1 and that will be forbidden by debian APT policy in a year from now.
at which it was replied that Debian Trixie is not officially supported...
But the support tells
- Ubuntu 64 bits : 18.04 ou version ultérieure
please see the process to switch to SHA256 in (there might be better options since because this process is from 2016):
https://github.com/mxe/mxe-apt/issues/2
and this page tells that the support for SHA1 was removed in Ubuntu in release 16.04
and
https://wiki.debian.org/Teams/Apt/Sha1Removal
tells that dropbox switched to SHA256 long ago.
I believe that recently one of your admin switched back your apt repository signing to SHA1 which is broken on Debian Trixie but also on all Ubuntu above 16.04 so this bug lies in your "offical support".
Cheers