我正在尝试在 Ubuntu 上安装 Spotify 客户端,但我对 Linux 还不太熟悉,所以我不知道如何解决我不断收到的这个错误消息:
W: Failed to fetch http://repository.spotify.com/dists/stable/non-free/binary-amd64/Packages Something wicked happened resolving 'repository.spotify.com:http' (- 5 - No address associated with hostname)
每次我尝试运行 时,都会出现 3 次此错误消息(每次打开的 URL 略有不同)sudo apt-get update
。我在网上搜索答案,更改了 DNS,但还是无法解决此错误消息。我做错了什么?
答案1
拼写错误。 :)
http://repository.spotify.com/dists/stabel/
应该:
http://repository.spotify.com/dists/stable/
之后您实际上可以在您自己的网络浏览器中对此进行测试。