LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apt-get Error Notice??? (https://www.linuxquestions.org/questions/linux-newbie-8/apt-get-error-notice-381589/)

Ingla 11-09-2005 05:40 PM

Apt-get Error Notice???
 
Hello.

When I run apt-get update I get this:

------------------------------------------------------------------------------------------------------------------
W: GPG error: http://us.archive.ubuntu.com breezy-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: You may want to run apt-get update to correct these problems

------------------------------------------------------------------------------------------------------------------
Isn't that what I just did??? If I run it again, I get the same thing.

Does anyone know what the error message means and how I can correct the matter (if it can be corrected at my end)?

Thanks very much.

Mad Scientist 11-10-2005 12:04 AM

Try
Code:

apt-get clean
though I don't expect this will solve your problems. Another thing to do is to comment that server out of your configuration file, either in apt.conf or in apt.repos.d.

Ingla 11-10-2005 06:11 PM

Hi.

Somebody on the Ubuntu forums had the solution. I couldn't comment out that repository as it an essential Ubuntu update source.

It turns out there has been some sort of change in the URL's. What worked is this:
---------------------------------------------------------------------------------------------------------------------------------------------------
sudo gedit /etc/apt/sources.list from a terminal
when the list appears remove the "us." portion of the line in question only "us." not the entire line.
save the file and close out of it.
then
sudo apt-get update
That should do it.

It seems the country designations (us.) doesn't matter any more. although They re-appeared on me once out of nowhere--so keep an eye out.
---------------------------------------------------------------------------------------------------------------------------------------------------

I thought I should let people know here.

Thanks very much.


All times are GMT -5. The time now is 04:36 AM.