Sample Header Ad - 728x90

apt seems to be ignoring Signed-By

6 votes
2 answers
494 views
I'm trying to install AviSynth+ from yuuki-deb.x86.men.
$ cat /etc/apt/sources.list.d/yuuki-deb.sources
Types: deb
URIs: http://yuuki-deb.x86.men/ 
Suites: bullseye
Components: main
Signed-By: /usr/share/keyrings/yuuki-deb.gpg
Enabled: yes

$ ls -l /usr/share/keyrings/yuuki-deb.gpg
-rw-r--r-- 1 root root 433 Sep  7 20:23 /usr/share/keyrings/yuuki-deb.gpg

$ gpg --show-keys /usr/share/keyrings/yuuki-deb.gpg
pub   ed25519 2020-03-03 [SCA]
      A9BBA31152359AE080A1DF851F331533ABCDEEA3
uid                      AviSynth+ Yuuki Debian Repository 

# apt update
-*- snip -*-
Err:4 http://yuuki-deb.x86.men  bullseye InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1F331533ABCDEEA3
-*- snip -*-
It seems to be completely ignoring the Signed-By directive. How can I fix this?
Asked by wizzwizz4 (702 rep)
Aug 2, 2025, 10:19 AM
Last activity: Aug 3, 2025, 06:32 PM