<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi!</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">W: A error occurred during the signature verification. The repository is<br /> not updated and the previous index files will be used. GPG error:<br /><a href="http://obs.kolabsys.com">http://obs.kolabsys.com</a> ./ Release: The following signatures couldn't be<br /> verified because the public key is not available: NO_PUBKEY 830C2BCF446D5A45</div>
</blockquote>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<p>Apt tells you the problem very clearly - it needs the public key in order to verify the signature of the index files.</p>
<p>Issuing the following command should correct the problem:</p>
<p>gpg --keyserver subkeys.pgp.net --recv-keys 830C2BCF446D5A45 &&  gpg --armor --export 830C2BCF446D5A45 | apt-key add - sudo apt-key add -</p>
<p>After another apt-get update you should be good to go.</p>
<p> </p>
<p style="padding-left: 60px;">Friedemann </p>
<p> </p>
<div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">I respect your position, Professor. I just don't share it.</div>
</div>
</body></html>