我一直在网上寻找解决方案,但就是无法摆脱这个错误。
sudo apt-get update
Ign http://archive.canonical.com saucy InRelease
Ign http://extras.ubuntu.com saucy InRelease
Ign http://ppa.launchpad.net saucy InRelease
Get:1 http://glug.nith.ac.in saucy InRelease
Get:2 http://qgis.org saucy InRelease [3,187 B]
100% [1 InRelease gpgv 9,491 B] [Waiting for headers] [Waiting for headers] [WaSplitting up /var/lib/apt/lists/partial/glug.nith.ac.in_ubuntu_archives_dists_sauIgn http://glug.nith.ac.in saucy InRelease
E: GPG error: http://glug.nith.ac.in saucy InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
编辑:将服务器更改为主 Ubuntu 服务器后,此特定错误消失。出现了几个 404 未找到错误,我从软件列表中删除了这些 ppa。顺便说一句,我最近删除并清除了 qgis,所以不知道它在那里做什么。
答案1
我也遇到过同样的问题。运行以下命令来解决它。
sudo dpkg-reconfigure -a
sudo apt-get update
sudo do-release-upgrade -d
这样也许能很好地发挥作用。