5-3-2016I recently ran into an issue when i ran
sudo apt-get update
i have this error-
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-
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-idsAfter run update again and all should be well.
