现象:sudo apt-get update
Reading package lists... Error!
W: GPG error: http://extras.ubuntu.com precise Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key <ftpmaster@ubuntu.com>
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/extras.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.

解决方案:
sudo -s
apt-get clean
cd /var/lib/apt
mv lists lists.old
mkdir -p lists/partial
apt-get clean
apt-get update

相关文章:

  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-06-01
  • 2022-03-04
  • 2021-05-17
  • 2021-06-22
  • 2021-09-28
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2021-05-23
  • 2021-09-14
  • 2021-06-27
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案