I was googling out steps to update MySQL from 5 to 8 version. Without further thinking I inserted these commands in terminal:
sudo apt-key adv --keyserver keyserver.ubuntu.com
The keyserver of Ubuntu 12 version was added. So later I manually removed them from the "Other Software" tab of "Software and Updates".
Somehow it got better, but whenever I insert the command sudo apt-get update
, it ends with the below-given error:
N: See apt-secure(8) manpage for repository creation and user configuration details
Terminal when sudo apt-get update
was inserted:
I'm still not able to find a solution. Can anyone help?
apt-key list
– nobody Jun 21 '19 at 14:33