Linux Mint 19.3 Tricia 32bitで、Spotify Clientをインストールする方法。

詳しくは、下記リンクをご参照ください。

https://deb.pkgs.org/universal/spotify-i386/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb.htmlhttps://deb.pkgs.org/universal/spotify-amd64/spotify-client_1.1.10.546.ge08ef575-19_amd64.deb.html

[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]