每当我尝试安装某些东西(包括Spotify)时,我都会得到相同的错误:
E: GPG error: http://repository.spotify.com trusty InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
发布于 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
线程中有一个临时修复程序描述,它对几个人(包括我自己)起了作用:
在终端
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
https://askubuntu.com/questions/491341
复制相似问题