我按照说明在 Ubuntu 13.04 上安装了 Spotify,但什么也没发生

nee*_*now 4 installation spotify

我跑了以下

sudo add-apt-repository "deb http://repository.spotify.com stable non-free"
sudo apt-get update
sudo apt-get install spotify-client-qt
Run Code Online (Sandbox Code Playgroud)

没有任何形式的反馈。只是光标返回。当我去寻找应用程序时,它不在那里。由于其他用户报告成功,我希望我缺少一些基本的东西。

ent*_*ece 8

试试官方包,他们发布了 linux 预览客户端已经有一段时间了。

基本说明:

  • 添加回购

sudo add-apt-repository 'deb http://repository.spotify.com stable non-free'

  • 接受 Spotify 服务器密钥

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59

  • 更新 repos 并安装 Spotify

sudo apt-get update && sudo apt-get install spotify-client

在下面的链接中提供更多详细信息:

http://www.omgubuntu.co.uk/2013/01/how-to-install-spotify-in-ubuntu-12-04-12-10