Spotify Technology S.A. is a Swedish media-services provider founded in 2006. The company's primary business is its audio streaming platform that provides DRM-protected music and podcasts from record labels and media companies
CEO: Daniel Ek (2006–)
Founded: April 23, 2006, Stockholm, Sweden
Headquarters: Stockholm, Sweden
Founders: Daniel Ek, Martin Lorentzon
Parent organization: Spotify AB
Subsidiaries: The Echo Nest, Spotify AB, Spotify USA Inc, Tunigo AB, Spotify USA, Spotify Singapore PTE. Ltd.
Download Spotify
- Android ( Google Play | Amazon )
Spotify for Linux
Here you can find different ways of installing Spotify for Linux. Spotify for Linux is a labor of love from our engineers that wanted to listen to Spotify on their Linux development machines. They work on it in their spare time and it is currently not a platform that we actively support. The experience may differ from our other Spotify Desktop clients, such as Windows and Mac. You can tell us what you think and ask other users for help at the Desktop (Linux) board in The Spotify Community forum.
Install on Ubuntu
Go to Spotify in Ubuntu Software and click install. If the link doesn’t work, open Ubuntu Software and search for Spotify.
Install via command line
Snap
If you don’t have access or don’t want to use Ubuntu Software, it is possible to install Spotify from the command line with snap. Run the following command in your terminal:
snap install spotify
If you run another Linux distribution than Ubuntu, first see https://snapcraft.io/ for how to install snap, then run the command above.
Debian / Ubuntu
Spotify for Linux is also released as a Debian package. Our aim is that it should work with the latest Long Term Support release of Ubuntu, but we will try to make it work for other releases of Ubuntu and Debian as well.
You will first need to configure our debian repository:
curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
Then you can install the Spotify client:
sudo apt-get update && sudo apt-get install spotify-client
Post a Comment