Hello Folks,
Onepiece here. I made Reply #2 on this tread.
I have an understanding of the theory of what needs to be done to fix this, but I'm still
very, very confused about the actual steps needed to remedy. There are some highly experienced and highly technical answers in this thread, but I'm hoping someone can
"dumb it down" for me to do the fix. Here is my understanding...please correct me where I'm off track.
The old way of managing “Signed by” is using the standard file that was created during the initial installation. This now outdated file is called: /etc/apt/sources.list.
This file should be DELETED and REPLACED by the new deb822 format-compliant file titled: /etc/apt/sources.list.d/debian.sources
The contents of the new file, /etc/apt/sources.list.d/debian.sources should contain a short paragraph for EACH of the Notices that indicate a Signed by problem. In my case these Notices are:
Notice: Missing Signed-By in the sources.list(5) entry for '
https://deb.debian.org/debian Notice: Missing Signed-By in the sources.list(5) entry for '
https://packages.siduction.org/fixes'So, I should create a new
/etc/apt/sources.list.d/debian.sources file that contains these two paragraphs:
Types: deb
URIs:
https://deb.debian.org/debian/ Suites: unstable
Components: main contrib non-free non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs:
https://packages.siduction.org/fixes Suites: unstable
Components: main contrib non-free non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Did I get this right? Please dumb down any replies so that even a cave man can understand. Thank you.
.
.