To install Spotify on Linux, follow these steps:
- 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
- Update the package list:
sudo apt-get update
- 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”.