Spotify: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
==Installasi==
==Installasi==
*Anda harus terlebih dahulu mengonfigurasi repositori debian Spotify:
*Anda harus terlebih dahulu mengonfigurasi repositori debian Spotify:
curl -sS <nowiki>https://download.spotify.com/debian/pubkey_0D811D58.gpg</nowiki> | sudo apt-key add -


echo "deb <nowiki>http://repository.spotify.com</nowiki> stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
<syntaxhighlight lang="shell">
curl -sS <nowiki>https://download.spotify.com/debian/pubkey_0D811D58.gpg</nowiki> | sudo apt-key add -
</syntaxhighlight>


sudo apt-get update && sudo apt-get install spotify-client
<syntaxhighlight lang="shell">
echo "deb <nowiki>http://repository.spotify.com</nowiki> stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
</syntaxhighlight>
 
<syntaxhighlight lang="shell">
sudo apt-get update && sudo apt-get install spotify-client
</syntaxhighlight>


===Via Snap===
===Via Snap===
sudo snap install spotify
 
<syntaxhighlight lang="shell">
sudo snap install spotify
</syntaxhighlight>


==Referensi==
==Referensi==