I've been trying to run sudo apt update
and I get this output that doesn't seem to actually update:
Hit:1 https://repo.steampowered.com/steam stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://packages.microsoft.com/repos/vscode stable InRelease
Get:4 http://kali.download/kali kali-rolling InRelease [30.5 kB]
Err:4 http://kali.download/kali kali-rolling InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
Reading package lists... Done
W: GPG error: http://kali.download/kali kali-rolling InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6
E: The repository 'http://http.kali.org/kali kali-rolling 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.
It doesn't seem to actually update (unless it is and I just can't see it), and I don't know what's causing the issue. I'm running Ubuntu 20.04.1 LTS with AMD64 build. Does anyone have a possible theory to what this is, or even a fix?
apt
anddpkg
will always update to the latest packages, and if that's a debian or kali one, your system will change). I'd suggest checking if viaubuntu-security-status
how much you've installed, as if you've installed some, you may have a big job removing them, or need to restore backups. If however you've got none, I'd advise removing those entries from your repository lists. Your post only shows off-topic repositories, nothing official Ubuntu or from 20.04.1 – guiverc Aug 01 '20 at 23:39