How to install spotify on ubuntu?

Member

by brock , in category: Installation & Upgrades , a year ago

How to install spotify on ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by margarett , a year ago

@brock just run the following commands below to install Spotify app on Ubuntu:


1
2
3
4
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt update
sudo apt install spotify-client