我正在尝试将 Spotify Linux 预览版下载到运行 Ubuntu 14.04 的计算机上。
我按照说明输入了以下代码:
sudo apt-add-repository -y "deb http://repository.spotify.com stable non-free" && sudo apt-key adv --keyserver keyserver.ubuntu.com -recv-keys 94558F59 && sudo apt-get updates -qq && sudo apt-get spotify-client
但是,这样做之后,我收到了以下错误消息:
spotify-client: Depends: libnspr4-0d but it is not installable Recommends: libavcodec53 but it is not installable or libavcodec52 but it is not installable or libavcodec-extra-53 but it is not installable or libavcodec-extra-52 but it is not installable Recommends: libavcodec53 but it is not installable or libavcodec52 but it is not installable or libavcodec-extra-53 but it is not installable or libavcodec-extra-52 but it is not installable
如果这个问题以前被问过,有人能告诉我答案吗?否则,有人能帮助我吗?我尝试过许多其他方法,但似乎都没有用……