错误:
/snap/spotify/57/usr/bin/spotify: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
答案1
一种解决方法是使用 spotify 的 apt 版本而不是 snap 版本。
首先删除 snap 版本。打开终端并输入命令
sudo snap remove spotify
本答案的下一部分基于官方说明。
现在添加公钥。
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
现在添加存储库。
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
更新软件索引。
sudo apt update
安装 Spotify。
sudo apt install spotify-client