The original post: /r/ubuntu by /u/Biyeuy on 2024-11-14 12:50:45.

Want to verify text file with two Ubuntu-ISO checksums stored. Signer’s public still not in local keyring as the used WSL2 Ubuntu 24.04 was installed from scratch. GnuPG means --keyserver to be deprecated. dirmngr.conf shall be used instead. However as for used Ubuntu 24.04 WSL (no updates are pending) the search for this file completes with zero matches find / -type f -name dirmngr.conf 2>/dev/null

All similar matches are found in /var/lib/ and /usr/bin/ /usr/lib/ folder trees. No single match in /etc/ and user home folder trees.

How to handle in above situation?