首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >安装任何内容时: Clearsigned文件无效

安装任何内容时: Clearsigned文件无效
EN

Ask Ubuntu用户
提问于 2014-07-03 17:26:14
回答 1查看 1.9K关注 0票数 2

每当我尝试安装某些东西(包括Spotify)时,我都会得到相同的错误:

代码语言:javascript
运行
复制
E: GPG error: http://repository.spotify.com trusty InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
EN

回答 1

Ask Ubuntu用户

发布于 2014-07-04 07:43:48

这似乎是Spotify的存储库中的一个问题。在下面的线程中,有一个DNS重定向正在破坏事物。

http://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Spotify-0-9-11-for-GNU-Linux/m-p/844713

线程中有一个临时修复程序描述,它对几个人(包括我自己)起了作用:

在终端

代码语言:javascript
运行
复制
sudo add-apt-repository -r "deb http://repository.spotify.com stable non-free"
sudo add-apt-repository "deb  http://repository-origin.spotify.com stable non-free"
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
sudo apt-get upgrade
票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/491341

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档