当我尝试在 ubuntu 17.10 中执行更新时,我收到如下消息。我该如何摆脱它?请解释一下

当我尝试在 ubuntu 17.10 中执行更新时,我收到如下消息。我该如何摆脱它?请解释一下
sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu artful InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release                                                  
Hit:5 https://download.sublimetext.com apt/stable/ InRelease                                                
Err:5 https://download.sublimetext.com apt/stable/ InRelease
  Splitting up /var/lib/apt/lists/download.sublimetext.com_apt_stable_InRelease into data and signature failed
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://download.sublimetext.com apt/stable/ InRelease: Splitting up /var/lib/apt/lists/download.sublimetext.com_apt_stable_InRelease into data and signature failed
W: Failed to fetch https://download.sublimetext.com/apt/stable/InRelease  Splitting up /var/lib/apt/lists/download.sublimetext.com_apt_stable_InRelease into data and signature failed
W: Some index files failed to download. They have been ignored, or old ones used instead.

答案1

这可能是 sublimetext repo 的问题。

看看这里的 apt 部分: https://www.sublimetext.com/docs/3/linux_repositories.html

在更新之前尝试运行此命令:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

相关内容