Spotify: Difference between revisions
No edit summary |
m Kangtain moved page Software/Spotify to Spotify over redirect |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
*Anda harus terlebih dahulu mengonfigurasi repositori debian Spotify: | *Anda harus terlebih dahulu mengonfigurasi repositori debian Spotify: | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="bash"> | ||
curl -sS | curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add - | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="bash"> | ||
echo "deb | echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="bash"> | ||
sudo apt-get update && sudo apt-get install spotify-client | sudo apt-get update && sudo apt-get install spotify-client | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 18: | Line 18: | ||
===Via Snap=== | ===Via Snap=== | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="bash"> | ||
sudo snap install spotify | sudo snap install spotify | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== | ==Source== | ||
*[https://spoti.fi/3jGrPxk | *[https://spoti.fi/3jGrPxk spotify.com] | ||
[[Category:Software]] | [[Category:Software]] | ||