Linux Lite Forums
apt-get update returns- There is no public key available - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20)
+--- Thread: apt-get update returns- There is no public key available (/showthread.php?tid=2897)



apt-get update returns- There is no public key available - technomancer - 05-05-2016

5-3-2016
I recently ran into an issue when i ran
Code:
sudo apt-get update

i have this error-
Code:
Fetched 67.2 kB in 11s (6,040 B/s)                                             
Reading package lists... Done
W: There is no public key available for the following key IDs:
1397BC53640DB551

The resolution in case anyone runs into it is-
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551

Found herehttp://askubuntu.com/questions/766883/there-is-no-public-key-available-for-the-following-key-ids

After run update again and all should be well. Big Grin


Re: apt-get update returns- There is no public key available - firenice03 - 05-05-2016

It seems to pop up now and again..
example: https://www.linuxliteos.com/forums/linux-lite-software-development/update-checker/msg21846/#msg21846

8)


Re: apt-get update returns- There is no public key available - technomancer - 05-07-2016

(05-05-2016, 02:06 AM)firenice03 link Wrote: It seems to pop up now and again..
example: https://www.linuxliteos.com/forums/linux-lite-software-development/update-checker/msg21846/#msg21846

8)

Yes it seems it does, I guess it is an issue with Ubuntu.


RE: apt-get update returns- There is no public key available - Şerban S. - 09-08-2024

(05-05-2016, 12:52 AM)technomancer Wrote: 5-3-2016
I recently ran into an issue when i ran
Code:
sudo apt-get update

i have this error-
Code:
Fetched 67.2 kB in 11s (6,040 B/s)                                            
Reading package lists... Done
W: There is no public key available for the following key IDs:
1397BC53640DB551

The resolution in case anyone runs into it is-
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551

Found herehttp://askubuntu.com/questions/766883/there-is-no-public-key-available-for-the-following-key-ids

After run update again and all should be well. Big Grin


The command apt-get is deprecated.
Read the apt manual to see what changed.


The command is


Code:
sudo apt update


OR:

Code:
sudo apt upgrade