Spotify: Difference between revisions

No edit summary
m Kangtain moved page Software/Spotify to Spotify over redirect
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
==Installasi==
==Installasi==
*Anda harus terlebih dahulu mengonfigurasi repositori debian Spotify:
*Anda harus terlebih dahulu mengonfigurasi repositori debian Spotify:
{{Terminal|curl -sS <nowiki>https://download.spotify.com/debian/pubkey_0D811D58.gpg</nowiki> | sudo apt-key add -}}
 
{{Terminal|echo "deb <nowiki>http://repository.spotify.com</nowiki> stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list}}
<syntaxhighlight lang="bash">
{{Terminal|sudo apt-get update && sudo apt-get install spotify-client}}
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add -
</syntaxhighlight>
 
<syntaxhighlight lang="bash">
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
</syntaxhighlight>
 
<syntaxhighlight lang="bash">
sudo apt-get update && sudo apt-get install spotify-client
</syntaxhighlight>


===Via Snap===
===Via Snap===
{{Terminal|sudo snap install spotify}}


==Referensi==
<syntaxhighlight lang="bash">
*[https://spoti.fi/3jGrPxk spotifydotcom]
sudo snap install spotify
</syntaxhighlight>
 
==Source==
*[https://spoti.fi/3jGrPxk spotify.com]
 
[[Category:Software]]
[[Category:Software]]