您的位置:首页 > 运维架构 > Linux

When You Get A GPG Error Updating Your System

2012-11-24 00:00 357 查看
Sometimes you may get an error when doing
apt-get update
, just like this one:

W: GPG error: http://debian.linuxmint.com testing Release: The following signatures were invalid: BADSIG 07DC563D1F41B907 Christian Marillat <marillat@debian.org>

To resolve this problem, you just delete all files in
/var/lib/apt/lists
, and
apt-get update
again.

Here is some information about `/var/lib/apt/lists/:

/var/lib/apt/lists/
Storage area for state information for each package resource specified in sources.list(5).
Configuration Item: Dir::State::Lists.
/var/lib/apt/lists/partial/
Storage area for state information in transit.
Configuration Item: Dir::State::Lists (implicit partial).

The solution is from the LMDE forum.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  gpg error linux apt-get update
相关文章推荐