Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1148001
  • 博文数量: 312
  • 博客积分: 12522
  • 博客等级: 上将
  • 技术积分: 3376
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-27 18:35
文章分类

全部博文(312)

文章存档

2016年(3)

2015年(1)

2013年(1)

2012年(28)

2011年(101)

2010年(72)

2009年(13)

2008年(93)

分类: 项目管理

2011-03-31 23:30:57

Today I resumed my Linux laptop, after trying hard to use OSX for work...

Got this when updating the packages, after some weeks of abandon:

W: GPG error:  jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key 
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error:  jaunty-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key 

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error:  jaunty-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key 

W: GPG error:  jaunty Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key 
W: Failed to fetch /ubuntu/dists/jaunty-updates/Release  

W: Failed to fetch /ubuntu/dists/jaunty-security/Release  

W: Some index files failed to download, they have been ignored, or old ones used instead.
W: You may want to run apt-get update to correct these problems

How to fix:

apt-get clean
cd /var/lib/apt
mv lists lists.old
mkdir -p lists/partial
apt-get clean
apt-get update
阅读(2000) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~