<div dir="ltr">If anyone is getting this error when doing "apt-get update":<div><br></div><div>> sudo apt-get update</div><div>> ...</div><div><div>> E: Repository '<a href="http://download.virtualbox.org/virtualbox/debian">http://download.virtualbox.org/virtualbox/debian</a> artful InRelease' changed its 'Codename' value from 'zesty' to 'artful'</div><div>> N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.</div></div><div><br></div><div>Took me a while to figure it out, as the referenced man page isn't very helpful.  Tried re-running "apt-key add", but that didn't fix it.  Finally found this solution.  Run it once, and seems to be fine now:</div><div><br></div><div>> sudo apt-get update --allow-releaseinfo-change<br></div><div><br></div><div>Stéphane</div></div>