LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Update Errors (https://www.linuxquestions.org/questions/linux-newbie-8/update-errors-4175412135/)

Rex Bouwense 06-18-2012 05:08 PM

Update Errors
 
1 Attachment(s)
I have Lubuntu 12.04 installed on an ASUS 1000h. Everything has been smooth sailing until I did a manual update using the terminal (apt-get). I got the errors that show in the screen shot. What do I do now.

unSpawn 06-18-2012 06:42 PM

Use another repo that is updated and find out from the other repo owners why this one errors out with BADSIG and what signature is current?

Rex Bouwense 06-18-2012 06:57 PM

In addition to the Main Server I have tried two other mirrors with the same result. Where do I look for the current signature?

unSpawn 06-19-2012 09:47 AM

Quote:

Originally Posted by Rex Bouwense (Post 4706487)
In addition to the Main Server I have tried two other mirrors with the same result.

Are you telling me you ran out of mirrors to test?


Quote:

Originally Posted by Rex Bouwense (Post 4706487)
Where do I look for the current signature?

With "find out from the other repo owners" I hoped to convey repos should be listed somewhere on the Ubuntu site and might include contact details.

Rex Bouwense 06-19-2012 04:54 PM

No, I didn't run out of mirrors to test. Apprciate your efforts unSpawn.
For anyone who has the same problem, I solved it by entering the following code.

Code:

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


unSpawn 06-19-2012 07:08 PM

Thanks for posting your solution.


All times are GMT -5. The time now is 03:41 PM.