Jump to content

Spotify: Difference between revisions

From Wiki
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:
  {{Terminal|curl -sS <nowiki>https://download.spotify.com/debian/pubkey_0D811D58.gpg</nowiki> | sudo apt-key add -}}
  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}}
 
  {{Terminal|sudo apt-get update && sudo apt-get install spotify-client}}
  echo "deb <nowiki>http://repository.spotify.com</nowiki> stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
 
  sudo apt-get update && sudo apt-get install spotify-client


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


==Referensi==
==Referensi==
*[https://spoti.fi/3jGrPxk spotifydotcom]
*[https://spoti.fi/3jGrPxk spotifydotcom]
[[Category:Software]]
[[Category:Software]]

Revision as of 10:48, 12 November 2021

Spotify untuk Linux juga dirilis sebagai paket Debian. Tujuan kami adalah bahwa ini harus bekerja dengan rilis Dukungan Jangka Panjang Ubuntu terbaru, tetapi kami akan mencoba membuatnya berfungsi untuk rilis Ubuntu dan Debian lainnya juga.

Installasi

  • Anda harus terlebih dahulu mengonfigurasi repositori debian Spotify:
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client

Via Snap

sudo snap install spotify

Referensi