apt-get update 出错

apt-get update 出错

我在运行时收到以下错误 sudo apt-get update

W: GPG error: https://download.01.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A902DDA375E52366
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.

我应该怎样修复这个问题?

有时我也会在任务栏窗格中看到一个红色图标。

答案1

您需要导入该存储库的 GPG 密钥

运行以下命令:

sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com A902DDA375E52366

sudo apt-get update

相关内容