Easy Peasy 1.5, signature error

I kept getting the following error when trying to update Easy Peasy 1.5 after an installation from scratch:

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://fr.archive.ubuntu.com jaunty Release: Les signatures suivantes ne sont pas valables : BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com> W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/jaunty/Release W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

To fix this, I ran the following terminal commands:

sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get clean && sudo mv /var/lib/apt/lists /var/lib/apt/lists.old && sudo mkdir -p /var/lib/apt/lists/partial && sudo apt-get clean && sudo apt-get update

source

Page top