Spotify: Difference between revisions
 (→Run)  | 
				No edit summary  | 
				||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
== Install ==  | == Install ==  | ||
For a full native linux setup, follow   | For a full native linux setup, follow the instructions at the very bottom of [https://www.spotify.com/us/download/linux/ this page].  Here's a copy of instructions from the last time I did it...  | ||
=== Spotify linux app ===  | === Spotify linux app ===  | ||
Apt install:  | |||
 curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg  | |||
 echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list  | |||
 sudo apt update  | |||
 sudo apt install spotify-client  | |||
Run it via the tray thingee:  | |||
 spotify-tray&  | |||
OLD; Fuck snaps and fuck this, it stayed out of date:  | |||
  sudo snap install spotify  |   sudo snap install spotify  | ||
=== Tray ===  | === Tray ===  | ||
  sudo apt-get install build-essential libgtk-3-dev gnome-icon-theme  |   sudo apt-get install build-essential libgtk-3-dev gnome-icon-theme  | ||
Latest revision as of 13:08, 13 January 2025
You can always go to https://spotify.com and log in and listen.
Install
For a full native linux setup, follow the instructions at the very bottom of this page. Here's a copy of instructions from the last time I did it...
Spotify linux app
Apt install:
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list sudo apt update sudo apt install spotify-client
Run it via the tray thingee:
spotify-tray&
OLD; Fuck snaps and fuck this, it stayed out of date:
sudo snap install spotify
Tray
sudo apt-get install build-essential libgtk-3-dev gnome-icon-theme cd ~/apps && git clone [email protected]:tsmetana/spotify-tray.git cd spotify-tray && ./autogen.sh && ./configure && make && sudo make install
Run
spotify-tray&