linux:apt-key-error
This is an old revision of the document!
apt key error
When apt-get update shows the following error with only debian repositories:
W: There is no public key available for the following key IDs:
The simple fix is to install the debian-archive-keyring package and repeat the update process
apt-get install debian-archive-keyring apt-get update
For google chrome repository and error:
W: There is no public key available for the following key IDs: 1397BC53640DB551
The fix is to:
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
linux/apt-key-error.1473702713.txt.gz · Last modified: 2023/05/29 11:53 (external edit)