Jump to content

updating kali linux error

when i try to update my Linux, i get key error messages,Like the one below,i have tried following many peoples advice but got no help.

 

Ign:12 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu lucid/main amd64 Packages
Hit:12 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu lucid/main amd64 Packages
Fetched 14.8 kB in 4s (3,076 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/colomboem/Debian_8.0 Release: The following signatures were invalid: EXPKEYSIG E3757B8E0D988D6E home:colomboem OBS Project <home:colomboem@build.opensuse.org> 1A2E38D61775C3963A039A87E3757B8E0D988D6E
W: The repository 'http://download.opensuse.org/repositories/home:/colomboem/Debian_8.0  Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ppa.launchpad.net/dhor/myway/ubuntu lucid Release: The following signatures were invalid: B7A8ED84DF6AFA37B620BFB2E2B7D64D93330B78
W: The repository 'http://ppa.launchpad.net/dhor/myway/ubuntu lucid Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886
W: The repository 'http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu lucid Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

 

Link to comment
Share on other sites

Link to post
Share on other sites

You can try adding they keys manually:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys < add keys here >

or you can try something like this (from this thread):

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get update

 

Edit: you might need to change the keyserver, I plucked it from the Ubuntu forums but looking at the log you posted this may need to be keyserver.opensuse.org instead.

Crystal: CPU: i7 7700K | Motherboard: Asus ROG Strix Z270F | RAM: GSkill 16 GB@3200MHz | GPU: Nvidia GTX 1080 Ti FE | Case: Corsair Crystal 570X (black) | PSU: EVGA Supernova G2 1000W | Monitor: Asus VG248QE 24"

Laptop: Dell XPS 13 9370 | CPU: i5 10510U | RAM: 16 GB

Server: CPU: i5 4690k | RAM: 16 GB | Case: Corsair Graphite 760T White | Storage: 19 TB

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×