我运行了以下命令
sudo add-apt-repository "deb http://repository.spotify.com stable non-free"
sudo apt-get update
sudo apt-get install spotify-client-qt没有任何反馈。只是光标回来了。当我去寻找应用程序时,它不在那里。由于其他用户报告成功,我希望有一些基本的东西,我错过了。
发布于 2013-09-17 00:25:55
尝试官方的软件包,自从他们发布linux预览客户端以来已经有一段时间了。
基本说明:
sudo add-apt-repository 'deb http://repository.spotify.com stable non-free'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
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
发布于 2013-11-14 20:41:11
嗨,这个对我很有用。!
添加和更新存储库
sudo add-apt-repository "deb http://repository.spotify.com stable non-free"
sudo apt-get update安装应用程序
sudo apt-get install spotify-client-qthttps://askubuntu.com/questions/346470
复制相似问题