Linux Lite Forums

Software - Support => Other => Topic started by: technomancer on May 04, 2016, 08:52:28 PM

Title: apt-get update returns- There is no public key available
Post by: technomancer on May 04, 2016, 08:52:28 PM
5-3-2016
I recently ran into an issue when i ran
Code: [Select]
sudo apt-get update
 i have this error-
Code: [Select]
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: [Select]
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551
Found here-  http://askubuntu.com/questions/766883/there-is-no-public-key-available-for-the-following-key-ids

After run update again and all should be well. :D
Title: Re: apt-get update returns- There is no public key available
Post by: firenice03 on May 04, 2016, 10:06:08 PM
It seems to pop up now and again..
example: https://www.linuxliteos.com/forums/linux-lite-software-development/update-checker/msg21846/#msg21846

 8)
Title: Re: apt-get update returns- There is no public key available
Post by: technomancer on May 06, 2016, 11:32:21 PM
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.