How to install Spotify on Linux

To install Spotify on Linux, follow these steps:

  1. Add the Spotify repository to your system:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
  1. Update the package list:
sudo apt-get update
  1. Install Spotify client:
sudo apt-get install spotify-client

Once the installation is complete, you can launch Spotify from the terminal or through the graphical user interface by searching for “Spotify”.

Leave a Comment