If you are an Ubuntu user and wanted to install Spotify in Ubuntu, it is not as easy as in Windows. For Windows versions, the software installations are way much easier when compared to other operating systems, especially Linux. If you are struggling to get your favourite music service in your handy Ubuntu, this guide can help throughout the process. You just have to copy paste some piece of code to the terminal in order to complete the Spotify installation. So, let’s start the installation process.
- Download Spotify Ubuntu Terminal App
- Best Terminal On Ubuntu
- Download Spotify Ubuntu Terminal Download

How to install Spotify on Linux Ubuntu using Terminal commands – sudo apt-get install spotify-client. Spotify is a great way to listen to music by streaming it on your phone, in your browser, or on your Linux desktop. You can stream everything, upgrade and sync tracks and playlists offline, or purchase individual tracks to keep forever. Spotify is a digital music service that gives you access to millions of songs. Spotify is all the music you’ll ever need. Skip to content. Spotify Click the install file to finish up. If your download didn't start, try again. Visit the Microsoft Store to download. Bring your music to mobile and tablet, too. Listening on your. Aug 17, 2017 Install Spotify For Ubuntu and Debian. Ubuntu, Debian and Linux distributions with an Ubuntu/Debian base have direct support from Spotify. In fact, this is the only official binary distributed for Linux. Other non-Debian based Linuxes will have to install the desktop app a different way. To get it running, you’ll need to open a terminal window.
Steps to Install Spotify in Ubuntu
- Open your terminal
- Paste the following code.
sudo apt-add-repository -y 'deb http://repository.spotify.com stable non-free' &&
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D2C19886 &&
sudo apt-get update -qq &&
sudo apt-get install spotify-client - After running these commands, you will get a completely functional Spotify version on your Ubuntu desktop.
There is another official method to install Spotify from its repository. It is completely secure and a fine way to easily get Spotify on your system. If you want a detailed view of the code, have a look at the following lines.
Download Spotify Ubuntu Terminal App
#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
Best Terminal On Ubuntu

That’s it, we hope you successfully installed Spotify on your Ubuntu PC and got all working fine. If you have any more questions, please feel free to leave a comment in the following comment area. We will be always happy to assist you as soon as possible. Alternatively, read our article on How to Download Music from Spotify in Desktop, iPhone, iPad or Android.
Please do share your views and comments in the below comment box.