Spotify: Difference between revisions
(→Run) |
|||
Line 4: | Line 4: | ||
For a full native linux setup, follow these instructions. | For a full native linux setup, follow these instructions. | ||
=== Spotify linux app === | === Spotify linux app === | ||
Apt install: | |||
curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.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 23:17, 25 August 2023
You can always go to https://spotify.com and log in and listen.
Install
For a full native linux setup, follow these instructions.
Spotify linux app
Apt install:
curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.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 git@github.com:tsmetana/spotify-tray.git cd spotify-tray && ./autogen.sh && ./configure && make && sudo make install
Run
spotify-tray&