Hello everyone, today in this article, we will show you how to install the Spotify app on Debian 11. Spotify is a digital music streaming service with both free and paid features. It is the world’s largest music streaming service provider, with over 381 million monthly active users, including 172 million paying subscribers, as of September 2021. Spotify provides instant access to a vast online library of music and podcasts, which is popular because you can listen to the content of your choice whenever you feel like it. So, without further ado, let’s get started.
Debian is the preferred choice of millions of Linux users for some of the most popular and powerful operating systems, as Ubuntu and its derivatives are based on Debian. Debian 11 has finally been released after a long two-year development effort. Bullseye – this is the name given to this latest Debian Linux distros. In the following article, you will learn how to install the Spotify application on your Debian 11 Bullseye desktop using a simple method.
How to Install Spotify App on Debian 11
Step 1. Before we install any software, it’s important to make sure your system is up to date by running the following apt commands in the terminal:
sudo apt updatesudo apt upgrade
Step 2. Installing Spotify on Debian 11.
- Now we add the GPG key from the repository to the system:
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add –
- Next, add the Spotify repository to the system:
echo “deb http://repository.spotify.com stable non-free” | sudo tee /etc/apt/sources.list.d/spotify.list
- After that, now update apt sources and install Spotify client using the following command below:
sudo apt updatesudo apt install spotify-client
Step 3. Accessing Spotify on Debian Linux.
- Once successfully complete installed, go to the Applications of your Debian 11 system and then search Spotify in the search bar.
Final Words
We hope you enjoyed our article on How to Install Spotify App on Debian 11. Congratulations!!! You have successfully installed Spotify. Thank you for using this tutorial to install the latest version of Spotify music streaming on Debian 11 Bullseye. For further assistance or useful information, please refer to the official Spotify website. If you liked our article, please share it with others.
I hope you understand this article, How to Install Spotify App on Debian 11.