PDA

View Full Version : apt still shows errors after i install a package with dpkg



iLaurian
2021-10-30, 17:40
Well I tried to install docker using the apt commands on the official site and i kept running into reposotory errors so i decided to install it with dpkg and it worked properly. Now whenever i do apt-get update it keeps showing me this errors:

Get:1 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
Err:1 https://download.docker.com/linux/debian buster InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
Ign:2 https://download.docker.com/linux/debian kali-rolling InRelease
Err:3 https://download.docker.com/linux/debian kali-rolling Release
404 Not Found [IP: 54.192.235.116 443]
Hit:4 http://kali.download/kali kali-rolling InRelease
Reading package lists... Done
W: GPG error: https://download.docker.com/linux/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
E: The repository 'https://download.docker.com/linux/debian buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://download.docker.com/linux/debian kali-rolling Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Despite docker was installed. How do I make apt stop trying to update docker and remove this errors??