Linux Mint 19.3 Tricia 32bitで、Spotify Clientをインストールする方法。
詳しくは、下記リンクをご参照ください。
[crayon]
Install repository GPG key:
$ sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 94558F59
Add the following line to /etc/apt/sources.list:
deb http://repository.spotify.com stable non-free
Update the package index:
$ sudo apt-get update
Install spotify-client deb package:
$ sudo apt-get install libcurl3
$ sudo apt-get install spotify-client
[/crayon]