On 8/17/21 9:40 AM, Alex wrote:
I am not sure if ca-certificates-mono was installed at all. I do not
have mono on the system.
The machine did have the packages below installed at some point.
$ dpkg -l|grep mono|grep -v fonts-|grep -v python3-monotonic
rc ca-certificates-mono 4.6.2.7+dfsg-1
all Common CA certificates (Mono keystore)
rc mono-runtime-common 4.6.2.7+dfsg-1
amd64 Mono runtime - common files
The packages were removed (r), leaving behind configuration (c) files.
$ ls /etc/ca-certificates/update.d/mono-keystore /usr/bin/cert-sync
ls: cannot access '/usr/bin/cert-sync': No such file or directory
/etc/ca-certificates/update.d/mono-keystore
Version 4.6.2.7+dfsg-1 is listed on p.d.o as the latest version from
Stretch, so it could have been quite some time ago and your logs for
that were likely rotated, so not in the latest dpkg.log file. Purging
packages would also remove configurations, so if you wish to do a little
clean up:
apt purge ca-certificates-mono mono-runtime-common
Seems this bug can likely be closed, the fix version for #902663 is
later than the reporter's old "rc" remnants.
Kind regards,
Michael