请让我知道我应该提供哪些详细信息以便进行故障排除。
答案1
sudo apt-get -f install; sudo apt-get install spotify-client
更新
您可能需要再次添加 spotify repos:
sudo echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list
然后更新:
sudo apt-get update
然后运行顶部的命令。