Hi btindie
Thanks a lot for your answer and guidance!
Following are the outputs of the different commands.
A minor correction: cd is probably needed for the first command
Code:
cd /etc/apt/trusted.gpg.d
Code:
$ cd /etc/apt/trusted.gpg.d
$ md5sum * | grep -F -f <(md5sum * | awk '{print $1}' | sort | uniq -c | grep -v '\b1\b' | awk '{print $2}')
d41d8cd98f00b204e9800998ecf8427e flatpak-ubuntu-stable.gpg~
d41d8cd98f00b204e9800998ecf8427e gerardpuig-ubuntu-ppa.gpg~
d41d8cd98f00b204e9800998ecf8427e kdenlive-ubuntu-kdenlive-stable.gpg~
76cef3f1e93a78af2ad3a870b21665f5 mozillateam-ubuntu-ppa.gpg
76cef3f1e93a78af2ad3a870b21665f5 mozillateam-ubuntu-ppa.gpg~
5bf101fe585dbf6ef2d1ff53132a8ea8 openshot_developers-ubuntu-ppa.gpg
5bf101fe585dbf6ef2d1ff53132a8ea8 openshot_developers-ubuntu-ppa.gpg~
c8a95bb9ebecd5d6b174fff4315026fe strukturag_ubuntu_libde265.gpg~
c8a95bb9ebecd5d6b174fff4315026fe strukturag_ubuntu_libheif.gpg~
d41d8cd98f00b204e9800998ecf8427e touchegg-ubuntu-stable.gpg~
78e1975c64db2f4e09efa2e3abbb5a78 vivaldi-33EAAB8E.gpg
78e1975c64db2f4e09efa2e3abbb5a78 vivaldi-33EAAB8E.gpg~
fece3f2fc18543a29c1513edbba4c92e vivaldi-4218647E.gpg
fece3f2fc18543a29c1513edbba4c92e vivaldi-4218647E.gpg~
feebefe6a45409be4db76b3832d165cb webupd8team-ubuntu-y-ppa-manager.gpg
feebefe6a45409be4db76b3832d165cb webupd8team-ubuntu-y-ppa-manager.gpg~
Code:
$sudo apt-key --keyring /etc/apt/trusted.gpg list
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
/etc/apt/trusted.gpg
--------------------
pub rsa4096 2017-04-05 [SC]
ABBA 007D 6E14 E2DB 5B28 3C45 D599 C1AA 1267 62B1
uid [ unknown] Wire Releases Signing Key <releases@wire.com>
sub rsa4096 2017-04-05 [E]
pub rsa2048 2010-02-11 [SC]
1C61 A265 6FB5 7B7E 4DE0 F4C1 FC91 8B33 5044 912E
uid [ unknown] Dropbox Automatic Signing Key <linux@dropbox.com>
pub rsa4096 2018-09-17 [SC]
F6EC B376 2474 EDA9 D21B 7022 8719 20D1 991B C93C
uid [ unknown] Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>
pub rsa4096 2019-09-12 [SC] [expired: 2021-09-11]
68E9 B2B0 3661 EE3C 44F7 0750 4B8E C3BA ABDC 4346
uid [ expired] Opera Software Archive Automatic Signing Key 2019 <packager@opera.com>
pub rsa4096 2017-04-11 [SC] [expired: 2019-09-28]
D4CC 8597 4C31 396B 18B3 6837 D615 560B A5C7 FF72
uid [ expired] Opera Software Archive Automatic Signing Key 2017 <packager@opera.com>
I have not yet deleted any keys that are still in there. How would you recommend to do it?
I disabled any custom repositories in /etc/apt/sources.list.d/ by renaming the files.
Code:
$ sudo apt update
Hit:1 https://download.virtualbox.org/virtualbox/debian jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
W: http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Could you give any additional with the above information? Thanks in advance!
Bookmarks