今天,我尝试在我的iMac G5上安装Spotify,使用这作为指南。我能够安装密钥,但无论我尝试了什么,都无法访问存储库。当我运行sudo apt-get update时,我得到了一个类似于这样的错误。
W: Failed to fetch http://repository.spotify.com/dists/stable/Release Unable to find expected entry 'non-free/binary-powerpc/Packages' in Release file (Wrong sources.list entry or malformed file)为什么我找不到包裹?是因为PowerPC不受支持吗?任何帮助都将不胜感激。谢谢。
发布于 2015-12-24 19:41:14
Spotify存储库没有PowerPC包。它只有amd64 (64位)和i386 (32位)处理器的源代码.
Wine支持PowerPC,您可以使用wine戏法程序安装Windows版本的Spotify。另一个解决办法是安装Flash并使用Spotify Web Player。
https://askubuntu.com/questions/713122
复制相似问题