尝试更新软件包时出现 Clearsigned 文件错误

hos*_*iad 6 updates apt 20.04

当我运行时,apt update出现以下错误:

E: Clearsigned file '/var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_focal-updates_InRelease' contains unsigned lines.
E: The package lists or status file could not be parsed or opened.
Run Code Online (Sandbox Code Playgroud)

您能告诉我如何解决这个问题吗?

N0r*_*ert 7

删除有问题的列表

sudo rm -r /var/lib/apt/lists/*
Run Code Online (Sandbox Code Playgroud)

然后重试

sudo apt update
Run Code Online (Sandbox Code Playgroud)