After running this command (with the intent to delete the specified key):
sudo apt-key --keyring /etc/apt/trusted.gpg del F987627F
and running sudo apt update I still receive an error saying that a public key is not available for the key I just deleted. I want to stop receiving that error message and solve the root issue. Any help would be greatly appreciated.
sudo apt-key --keyring /etc/apt/trusted.gpg del F987627F
and running sudo apt update I still receive an error saying that a public key is not available for the key I just deleted. I want to stop receiving that error message and solve the root issue. Any help would be greatly appreciated.
Comment