Spotify on linux
Yeah Everybody, yup! you see the different logo here! That's Spotify~! Today I gonna talk about a easy topic. That is, how to install the Spotify in Linux~! Actually there is already a tutorial on there official site, but I still wanna record it. # 1. Add the Spotify repository signing key to be able to verify downloaded packages sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 # 2. Add the Spotify repository echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list # 3. Update list of available packages sudo apt-get update # 4. Install Spotify sudo apt-get install spotify-client Um....ok, I just copy it, XD. see you next time~ provide