大家帮帮我,我无法 apt-get 更新
输出是
20% [9 InRelease gpgv 23.4 kB] [7 Sources 76.5 kB/1,064 kB 7%] [Waiting for heaSplitting up /var/lib/apt/lists/partial/www.plexapp.com_repo_dists_lucid_InReleasIgn hp://ww.plexapp.com lucid InRelease
E: GPG error: http://www.plexapp.com lucid InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
draguve@Patil-Server:~$
答案1
您的 Plex 存储库条目已过时。请从以下位置下载新软件包Plex 网站并安装它。
如果由于某种原因无法执行此操作,请手动更新。我检查了Plex 的 Ubuntu 软件包(当前版本:)0.9.9.14.531-7eef8c6
。他们可能http://plexapps.com
过去曾将其用作存储库,但在某些时候他们切换到了不同的镜像。sources.list.d
包中的列表文件的内容是:
deb http://plex.r.worldssl.net/PlexMediaServer/ubuntu-repo lucid main
假设这两个存储库都活跃了一段时间,但现在第一个存储库不活跃了。您应该禁用第一个存储库并启用新的存储库:
sudo mv $(grep -l 'www.plexapp.com' /etc/apt/sources.list.d/*.list){,.bak}
sudo tee /etc/apt/sources.list.d/plexmediaserver.list <<EOF
deb http://plex.r.worldssl.net/PlexMediaServer/ubuntu-repo lucid main
EOF
这应该可以解决您的 Plex 问题。
注意:它们似乎适用lucid
于所有 Ubuntu 软件包。因此,不要认为这些软件包仅适用于 Ubuntu 10.04。
答案2
我一周前就遇到了同样的问题,但问题并没有得到解决。似乎http://plex.r.worldssl.net/PlexMediaServer不再存在。http://plex.r.worldssl.net尽管。
不知道那里发生了什么,但也许需要与 Plex 开发团队讨论一下。