On ubuntu 22.10, I am facing this error of missing public key, went through a lot of articles and tried doing everything but still the error remains the same.
Using this command,
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8Bandgpg --export --armor 4EB27DB2A3B88B8B | sudo apt-key add -and at lastsudo apt-get update. But still, same error of not able to find any public image.I tried adding keyserver in the gpg.conf file but still the error persists.
I tried copying the public key from the ubuntu keyserver, pasting it into a file and then running
sudo apt-key add key1command but no luck, still the same error.
Please suggest a way to get rid of this error.
