← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #76488]: Updates do not have correct checksum

 

Question #76488 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76488

    Status: Open => Answered

actionparsnip proposed the following answer:
youo haven't added the GPG Keys, thats why.

In terminal run:

gpg --keyserver keyserver.ubuntu.com --recv 437D05B5; gpg --export
--armor 437D05B5 | sudo apt-key add -; gpg --keyserver
keyserver.ubuntu.com --recv 437D05B5; gpg --export --armor 437D05B5 |
sudo apt-key add -; sudo apt-get update

You will notice these are 2 pairs of commands. You simply use the last 8
characters in each output and you will get the key added. The last
command then updates the apt-cache on your system.

You can use the commands above in the future as it is always the same

=D

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.