If you get an error message when running command apt-get update in Debian like this : There is no public key available for the following key IDs… you can fix this error with running the following command :
1 2 |
server@asep:~$ sudo apt-get install debian-keyring debian-archive-keyring server@asep:~$ sudo apt-get update |